-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add SSO sample configuration for Authelia #3384
Conversation
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.
Thanks for the contribution! Just a small nitpick but otherwise looks good to me
docs/setup/sso.md
Outdated
Add a client for MAS to the Authelia configuration: | ||
|
||
```yaml | ||
- client_id: "<client-id>" # TO BE FILLED |
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.
Could you include where this is exactly in the config?
Something like:
identity_providers:
oidc:
clients:
- client_id: "<client-id>" # TO BE FILLED
And maybe with a link to the relevant documentation: https://www.authelia.com/configuration/identity-providers/openid-connect/clients/
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.
Done, thanks for your feedback!
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.
(Wrong button, wanted to 'request changes')
Signed-off-by: Thilo-Alexander Ginkel <tg@tgbyte.de>
690b681
to
b616d0d
Compare
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.
LGTM, thank you very much!
This PR adds documentation for setting up MAS with Authelia as OIDC IdP.