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 29746fd commit fc183d9
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 @@ -260,7 +260,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 fc183d9

Please sign in to comment.