Authelia OIDC Client Config - Hoarder OAUTH SSO #419
tdharris
started this conversation in
Show and tell
Replies: 1 comment
-
When trying it out during development, I used this: with google, i followed this tutorial: https://www.youtube.com/watch?v=ot9yuKg15iA
For authentik I simply set up an Application with OAuth2 provider and confidential Client Type
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In case it's ever helpful for someone, I thought I'd share a sample config for an Authelia OIDC Integration:
Authelia client config:
token_endpoint_auth_method: client_secret_basic
was necessary, with theclient_secret
configured with a plaintext value. For more information, see How Do I Generate a Client Identifier or Client Secret.Hoarder config:
Note
Please let me know if there are other known working configs that might be helpful.
Beta Was this translation helpful? Give feedback.
All reactions