Skip to content

Commit

Permalink
Add integration tests for pre issue access token auth code grant
Browse files Browse the repository at this point in the history
  • Loading branch information
Shenali-SJ committed Sep 16, 2024
1 parent 358cf42 commit 0e5af1c
Show file tree
Hide file tree
Showing 5 changed files with 614 additions and 91 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public void testTokenScopeOperations() throws Exception {
Assert.assertTrue(ArrayUtils.contains(scopes, NEW_SCOPE_3));
Assert.assertTrue(ArrayUtils.contains(scopes, NEW_SCOPE_4));
Assert.assertFalse(ArrayUtils.contains(scopes, CUSTOM_SCOPE_3));
Assert.assertFalse(ArrayUtils.contains(scopes, CUSTOM_SCOPE_2));
Assert.assertFalse(ArrayUtils.contains(scopes, INTERNAL_ORG_USER_MANAGEMENT_CREATE));
}

@Test(groups = "wso2.is", description = "Verify that the access token contains the updated 'aud' claims " +
Expand Down
Loading

0 comments on commit 0e5af1c

Please sign in to comment.