You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emergent fix: Authorization consent not working
- The oauth/authorize POST is not called when there is a response_type parameter.
- Remove the response_type from the oauth/authorize POST after the authorization consent.
- Need to create test cases for the Authorization Code module.