-
Notifications
You must be signed in to change notification settings - Fork 23
Update OIDC documentation with OIDC list #1979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Add one of following labels |
To create an SAP BTP, Kyma runtime with a custom Open ID Connect (OIDC) configuration, specify the additional `oidc` provisioning parameters. | ||
To create an SAP BTP, Kyma runtime with a custom Open ID Connect (OIDC) configuration, you can specify either a single `oidc` object or a list of `oidc` objects as provisioning parameters. While both options are supported, using a list of `oidc` objects is the recommended approach, even if you are defining only one OIDC configuration. The list allows you to define multiple OIDC configurations. The single `oidc` object is only supported for backward compatibility. | ||
|
||
See the example with the OIDC list: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about See the example configuration with the OIDC list:
or just See an example of the OIDC list:
?
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Description
Changes proposed in this pull request:
Related issue(s)
See #423