Skip to content

Commit

Permalink
fix(jans-auth-server): client tests expects "scope to claim" mapping …
Browse files Browse the repository at this point in the history
…which are disabled by default #1873

docs: no docs required
  • Loading branch information
yuriyz committed Jul 26, 2022
1 parent 546d6c7 commit 958cc92
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,6 @@ public void discovery(ITestContext context) throws Exception {
assertNotNull(response.getRegistrationEndpoint(), "The registrationEndpoint is null");

assertTrue(response.getScopesSupported().size() > 0, "The scopesSupported is empty");
assertTrue(response.getScopeToClaimsMapping().size() > 0, "The scope to claims mapping is empty");
assertTrue(response.getResponseTypesSupported().size() > 0, "The responseTypesSupported is empty");
assertTrue(response.getGrantTypesSupported().size() > 0, "The grantTypesSupported is empty");
assertTrue(response.getAcrValuesSupported().size() >= 0, "The acrValuesSupported is empty");
Expand Down

0 comments on commit 958cc92

Please sign in to comment.