-
Notifications
You must be signed in to change notification settings - Fork 150
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 Custom Params #647
Comments
code comitted. created pull request #656 |
I don't know why RK messed with the state. If a client wants to encode a value in the state, that's a different solution. In my request, I was saying that in the
Now OpenID Connect doesn't define the |
Javier, I'm assigning this to you only. |
To make this part more controlled we can add new configuration list property to specify list of accepted custom parameters like |
2 . There is a test showing how to send custom param at org.xdi.oxauth.ws.rs.AuthorizationSupportCustomParams
|
http://openid.net/specs/openid-connect-core-1_0.html#AuthRequest
Using the
state
param is useful where the client can't use additional params (like AppAuth). But sending additional params is cleaner in many cases.The text was updated successfully, but these errors were encountered: