-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement OpenID Connect Session Management 1.0 #415
Comments
Regarding FB messenger: a quick search shows this: https://stackoverflow.com/a/44234694 |
I guess we will stick with the spec and use iframe and postMessage. |
I think it's not that simple. The main problem here is showing the authentication status of a user on a page controlled by an OIDC client unauthorized by the user. In this case, we can solve it in these ways:
|
I got what you meant. However, the spec has an assumption that the RP page has ID token so it assumes that the user has already authorized the RP. Your scenario assumes the user has not yet authorized the RP so the spec simply does not apply.
Maybe the way to go.
I thought of this too, but it is impossible because we enforce PKCE so the flow must be triggered by the client. |
Description
Implement OpenID Connect Session Management 1.0
Investigate a implementation (maybe proprietary) that supports the Facebook Messenger authentication flow.
Continue as <me>
buttonBlog Post Specification
Blog Post of the Feature Release
Open Questions
Put a list of open questions here before a complete design / specification is decided
Related Issues
The text was updated successfully, but these errors were encountered: