Allow return of custom authz endpoint request parameters to RP in response #344
Labels
area-documentation
Documentation needs to change as part of issue or PR
comp-jans-auth-server
Component affected by issue or PR
effort-3
Relative effort required for completion of issue or PR
kind-enhancement
Issue or PR is an enhancement to an existing functionality
priority-5
Issue or PR addresses a very minor concern. Not planned for active development. Will not be fixed.
triaged
Issue or PR is fully triaged
yurem commented on Nov 15, 2018
It's related to Support Custom Params #647
We need to add
boolean
option near to each custom parameter name in JSON configuration. When this option istrue
oxAuth should return custom parameter back to RP.Today we fixed collision between Gluu IDP and passport-saml. Both of them send in state jwt with additional custom parameters. We added workaround. But this new option will help to resolve this issue.
yurem commented on Dec 13, 2018
Also we return AuthZ custom parameters as headers which leads to cleaning them up on redirect. I think we need to return them in response:
oxAuth/Client/src/test/java/org/xdi/oxauth/ws/rs/AuthorizationResponseCustomHeaderTest.java
Line 81 in b33ad60
81 assertTrue(authorizationResponse.getHeaders().containsKey("CustomHeader1"));
The text was updated successfully, but these errors were encountered: