-
Notifications
You must be signed in to change notification settings - Fork 728
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
Add access token attributes integration test #21446
Conversation
5c54360
to
bff81b7
Compare
...onsented/token/OAuth2ServiceAuthCodeGrantJWTAccessTokenWithConsentedTokenColumnTestCase.java
Show resolved
Hide resolved
7f553a8
to
7a3194b
Compare
PR builder started |
PR builder completed |
7a3194b
to
b58a794
Compare
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
assertEquals(accessTokenClaims.getClaim(claim.getOidcClaimUri()), | ||
authorizingUser.getUserClaims().get(claim), | ||
"Value for claim " + claim.getOidcClaimUri() + " is incorrect in the access token."); | ||
"User claim " + claim.getOidcClaimUri() + " not found in the access token."); |
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.
@mpmadhavig why assert equals is removed ?
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.
This has been missed during e refactoring effort. Fixed with 52ebe10
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.
Copilot reviewed 5 out of 7 changed files in this pull request and generated no suggestions.
Files not reviewed (2)
- modules/integration/tests-integration/tests-backend/src/test/resources/testng.xml: Language not supported
- pom.xml: Language not supported
52ebe10
to
f6d2708
Compare
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
52b63a9
to
a420b7c
Compare
PR builder started |
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.
LGTM, let's merge after integration test passed.
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/11809061328
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.
Let's run the integration tests and merge
Purpose
$subject
Related Issues
Related PRs