KEYCLOAK-18075 - Remove "role_list" from expected default client scopes
This commit is contained in:
parent
a6d4316084
commit
716afe9404
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ public class ClientClientScopesTest extends AbstractClientTest {
|
|||
|
||||
// Retrieve client through adminClient
|
||||
found = findClientByClientId(TEST_CLIENT_ID);
|
||||
Assert.assertNames(found.getDefaultClientScopes(), "email", "role_list"); // SAML client scope 'role_list' is included too in the rep
|
||||
Assert.assertNames(found.getDefaultClientScopes(), "email");
|
||||
Assert.assertNames(found.getOptionalClientScopes(), "profile", "address", "phone", "offline_access", "microprofile-jwt");
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue