You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Access to this service is not allowed because you do not have one of the allowed login filter values. If you think this is an error, contact your administrator.
Hello,
I have a Nextcloud plug in my Keycloak
I try to filter connexions with a filter value.
But with my configuration, I have this error:
Access to this service is not allowed because you do not have one of the allowed login filter values. If you think this is an error, contact your administrator.
'oidc_login_client_id' => 'test', // Client ID: Step 1
'oidc_login_client_secret' => 'MySecret', // Client Secret: Got to Clients -> Client -> Credentials
'oidc_login_provider_url' => 'https://keycloak.fqdn.fr/realms/My_REALMS',
'oidc_login_end_session_redirect' => true, // Keycloak 18+
'oidc_login_logout_url' => 'https://keycloak.fqdn.fr/apps/oidc_login/oidc', // Keycloak 18+
'oidc_login_disable_registration' => false,
//'oidc_login_auto_redirect' => true,
//'oidc_login_redir_fallback' => true,
'oidc_login_attributes' => array(
'id' => 'preferred_username',
'mail' => 'email',
'login_filter' => 'realm_access_roles',
),
'oidc_login_code_challenge_method' => 'S256',
'oidc_login_filter_allowed_values' => array('default-roles-access'),
This is my configuration for my user:
The text was updated successfully, but these errors were encountered: