-
Notifications
You must be signed in to change notification settings - Fork 373
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
Ignore claims outside request object #2160
Ignore claims outside request object #2160
Conversation
...ndpoint/src/main/java/org/wso2/carbon/identity/oauth/endpoint/authz/OAuth2AuthzEndpoint.java
Outdated
Show resolved
Hide resolved
...th.endpoint/src/main/java/org/wso2/carbon/identity/oauth/endpoint/par/OAuth2ParEndpoint.java
Outdated
Show resolved
Hide resolved
...th.endpoint/src/main/java/org/wso2/carbon/identity/oauth/endpoint/par/OAuth2ParEndpoint.java
Outdated
Show resolved
Hide resolved
...ndpoint/src/main/java/org/wso2/carbon/identity/oauth/endpoint/authz/OAuth2AuthzEndpoint.java
Outdated
Show resolved
Hide resolved
...ntity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/model/CarbonOAuthAuthzRequest.java
Outdated
Show resolved
Hide resolved
....oauth.endpoint/src/main/java/org/wso2/carbon/identity/oauth/endpoint/util/EndpointUtil.java
Outdated
Show resolved
Hide resolved
....oauth.endpoint/src/main/java/org/wso2/carbon/identity/oauth/endpoint/util/EndpointUtil.java
Outdated
Show resolved
Hide resolved
....oauth.endpoint/src/main/java/org/wso2/carbon/identity/oauth/endpoint/util/EndpointUtil.java
Show resolved
Hide resolved
Unit tests needs to be added after merging #2156 |
# Conflicts: # components/org.wso2.carbon.identity.oauth.endpoint/src/main/java/org/wso2/carbon/identity/oauth/endpoint/authz/OAuth2AuthzEndpoint.java
...ndpoint/src/main/java/org/wso2/carbon/identity/oauth/endpoint/authz/OAuth2AuthzEndpoint.java
Show resolved
Hide resolved
...ndpoint/src/main/java/org/wso2/carbon/identity/oauth/endpoint/authz/OAuth2AuthzEndpoint.java
Outdated
Show resolved
Hide resolved
...int/src/test/java/org/wso2/carbon/identity/oauth/endpoint/authz/OAuth2AuthzEndpointTest.java
Outdated
Show resolved
Hide resolved
...int/src/test/java/org/wso2/carbon/identity/oauth/endpoint/authz/OAuth2AuthzEndpointTest.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Janak Amarasena <[email protected]>
PR builder started |
PR builder completed |
@ChinthakaJ98 Applying the diff has failed. This is most probably because the branch is outdated. Take a pull from the origin and update the branch. |
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
This is failing as the builder is unable to apply the diff for the keystone in the unit test. Let's merge this PR and run the tests against the dependency bump.
|
PR builder passed for dependency update wso2/product-is#16904 (review) |
Proposed changes in this pull request
According to the FAPI specification, the claims outside the request object needs to be ignored.1
This pr mandates the request object for FAPI flows and ignores the parameters sent outside the request object
[1] https://openid.net/specs/openid-financial-api-part-2-1_0.html#authorization-server
Related Issues
wso2/product-is#16621