-
Notifications
You must be signed in to change notification settings - Fork 31
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
Document Provider Specific Configuration, Small Readme Update #31
Conversation
7347f8e
to
5529fa9
Compare
I've added Keycloak. |
providers.md
Outdated
|
||
```yaml | ||
authelia: | ||
OidEndpoint: https://authelia.example.com/.well-known/openid-configuration/ |
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.
This is actually the endpoint you need to specify
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.
oh, idk maybe it's not necessary
Saw this on HN... is it important enough to add docs about? https://github.com/zitadel/zitadel |
looks neat from a casual glance at the repo, but no need to rush it into this PR, we can always add providers later, or let users document them. |
Seems like Authentik is meant to be stylized as all lowercase: |
can this be merged after a rebase onto main? |
d73ab7b
to
62e93e4
Compare
Believe it or not I was at work trying to test our SAML config works against keycloak and document the setup and I wound up referring to this plugin's keycloak writeup to find a working configuration, thanks again @9p4 🤣 |
Partially resolves #26
Still needs keycloak documentation