To help you find information quickly, we’ve remodeled the documentation to focus on how you work. Need help finding something?
Explore the updated navigation, use search, or get answers from Ask Red Hat.
Share Feedback to help us keep improving.
Troubleshoot Generic OIDC scope mismatches
Authentication fails when the Identity Provider (IdP) does not support the default scopes automatically appended by the system.
About this task
To prevent the system from appending this default scope, you must add a setting to your authenticator configuration.
Procedure
- From the navigation panel, select .
- Select your OIDC authenticator from the list.
- Click Edit authentication.
- In the Additional Authenticator Fields section, add the following attribute and value. This input box supports either YAML or JSON. Ensure you add this key-value pair on a new line if there are other fields present:
IGNORE_DEFAULT_SCOPE: True
- Save your changes. The authenticator now only uses the scopes you explicitly defined, resolving any authentication failures related to unsupported scopes.