heroku / identity

[DEPRECATED] Login and OAuth management service for Heroku
https://id.heroku.com/
MIT License
246 stars 20 forks source link

Allow Pre-Authorized SSO Users to Continue #231

Closed naaman closed 8 years ago

naaman commented 8 years ago

SSO users that already authorized via their IdP experience an issue where they must perform the oauth dance twice, causing them to log into their IdP twice. This checks if an SSO user's token is already valid and lets them continue without having to log in a second time.

naaman commented 8 years ago

Fix Double Login for SSO Users

eablack commented 8 years ago

👍

naaman commented 8 years ago

@heroku/api ready for review

naaman commented 8 years ago

@heroku/api ping

naaman commented 8 years ago

@elight updated based on your comments.

elight commented 8 years ago

LGTM. Thanks for the testing improvements!