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
{{ message }}
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
During an SSO init, if an existing oauth dance is going on with an untrusted client, this line will show the authorization page:
https://github.com/heroku/identity/blob/master/lib/identity/login_external.rb#L24
Then when 'Authorize' button is hit we redirect back to SSO and get into a loop:
https://github.com/heroku/identity/blob/master/lib/identity/auth.rb#L231-L234
/cc @gulopine @heroku/management-experience
The text was updated successfully, but these errors were encountered: