Skip to content

Commit

Permalink
Merge pull request #222 from janderedev/pr-sso-create-users
Browse files Browse the repository at this point in the history
Add documentation for Ombi-app/Ombi#4841
  • Loading branch information
Berserkir-Wolf authored Jan 10, 2023
2 parents 8d2de39 + c66352a commit 107d8a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/settings/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ This option allows the user to select a HTTP header value that contains the desi
This is most commonly utilized when Ombi is behind a reverse proxy which handles authentication.
For example, if using Authentik, the `X-authentik-username` HTTP header which contains the logged in user's username is set by Authentik's proxy outpost.

### SSO creates new users automatically

By default, header authentication will fail if the user doesn't already exist.
If this option is enabled, new users will instead be created automatically.

The default roles, request limits and streaming country set in [User Management](./usermanagement.md) will be applied to the new user.

0 comments on commit 107d8a6

Please sign in to comment.