Uses of Class
org.keycloak.protocol.oidc.scope.InvalidScopeParameterException
Packages that use InvalidScopeParameterException
-
Uses of InvalidScopeParameterException in org.keycloak.protocol.oidc.scope
Methods in org.keycloak.protocol.oidc.scope that throw InvalidScopeParameterExceptionModifier and TypeMethodDescriptionvoidParameterizedScopeTypeProvider.validateParameter(org.keycloak.models.ClientScopeModel scope, String parameter) Validates the captured parameter value at request time (no authenticated user yet).default voidParameterizedScopeTypeProvider.validateParameterWithUser(org.keycloak.models.UserModel currentUser, org.keycloak.models.ClientScopeModel scope, String parameter) Validates the parameter when the authenticated user is known (code-to-token, refresh, token exchange).