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
Ah yeah, it appears that this info is missing from the consent endpoint but available in the login endpoint due to a missing copy. Thank you for identifying and raising the issue!
Do you want to request a feature or report a bug?
bug
What is the current behavior?
In my authorization code flow I always get an empty member oidc_context in the structure consentReq as returned by
which is called when handling the GET on /consent. Everything in consentReq seems fine, but oidc_context (in the json) which is empty.
oauth url:
https://localhost:9000/oauth2/auth?access_type=online&client_id=example-client&prompt=consent&response_type=code&scope=openid+email+profile+ex.quotes&state=somerandomstate&ui_locales=en+es
What is the expected behavior?
At least the ui_locales related data should be in there
Which version of the software is affected?
oryd/hydra:v1.0.0-beta.2-alpine
The text was updated successfully, but these errors were encountered: