Skip to content

Commit

Permalink
Correcting the name of the variable (#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
cniackz authored Jun 12, 2024
1 parent 6a90c45 commit 54e4091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kustomization/operator-external-idp-oid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ In OAuth2, scopes defines the specific actions that an application (client) is a
### Callback URL
OpenID uses a "call back" URL to redirect back to the application once the authentication succeeds. This callback URL is set in Operator Console with the `CONSOLE_IDP_CALLBACK` environment variable.

A Callback URL can also be constructed dynamically. To do this, set `CONSOLE_IDP_CALLBACK_DYNAMIC` environment variable to `on` instead of setting a `CONSOLE_IDP_CALBACK`.
A Callback URL can also be constructed dynamically. To do this, set `CONSOLE_IDP_CALLBACK_DYNAMIC` environment variable to `on` instead of setting a `CONSOLE_IDP_CALLBACK`.

The constructed URL resembles following: `$protocol://$host/oauth_callback`

Expand Down

0 comments on commit 54e4091

Please sign in to comment.