Skip to content
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

Support for Form Post Response Mode (response_mode=form_post) #71

Open
jayrodmcneil opened this issue Jul 13, 2018 · 0 comments
Open

Support for Form Post Response Mode (response_mode=form_post) #71

jayrodmcneil opened this issue Jul 13, 2018 · 0 comments

Comments

@jayrodmcneil
Copy link

Currently the service only responds with a GET response which passes the id_token as a query parameter in the URL. Software we're using only seems to support the POST response mode (reportedly for increased security), where the service winds up POSTING the id_token as a parameter back to the Service Provider.

See details here: https://openid.net/specs/oauth-v2-form-post-response-mode-1_0.html

Not a critical issue as we're only prototyping, not relying heavily on this currently, and have gotten around it by double-hopping the request through Azure AD B2C which accepts the GET method from the GCCollab IDp, and returns back to the SP with a POST response mode.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants