Skip to content

Commit

Permalink
fixup! Update auth-backends/README.adoc
Browse files Browse the repository at this point in the history
Fixes #23419: Bad doc for known authentication backends
  • Loading branch information
fanf committed Sep 13, 2023
1 parent 22528b6 commit 22ba6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth-backends/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -447,11 +447,11 @@ Rudder support plain old `OAUTHv2` and `OpentID Connect`. They have several norm
[notice]
====
We advise to use OICD over OAuth 2.0 if possible.
We advise to use OIDC over OAuth 2.0 if possible.
====

To use these providers, you need to update the `rudder.auth.provider` property with the `oauth2` value for an `OAUTHv2` identity provider, and with the `oidc` value for an `OpenID Connect` identity provider.
To use these providers, you need to update the `rudder.auth.provider` property with the `oauth2` value for an `OAuth 2.0` identity provider, and with the `oidc` value for an `OpenID Connect` identity provider.

As always, you can have several back-ends configured for fall-back authentication. For example, to use `OIDC` with a fall-back to the Rudder file based authentication, use:

Expand Down

0 comments on commit 22ba6e3

Please sign in to comment.