-
Notifications
You must be signed in to change notification settings - Fork 378
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
[FAPI] Add JARM for error flows #2295
base: master
Are you sure you want to change the base?
Conversation
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/7114913113
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/7138983612
Hi @anjuchamantha, Please take one of the following actions:
Your prompt attention to this matter is greatly appreciated. Thank you for your understanding and collaboration! 🙏 |
Git Issue: wso2/product-is#18062
As in the above git issue, to properly send the request object validation errors in the redirect url (mainly in JARM flows), we need to access couple of parameters inside request object eventhough the request object is not valid.
With this PR, we just do the validation of the request object and pick the needed params (
client_id
,state
,response_mode
,response_type
).