Authelia OIDC Client Config - Hoarder OAUTH SSO #419
tdharris
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
|
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
-
|
Hello, Thank you for your configuration, it helped me set up my own hoarder-authelia. I've added the configuration to Authelia's documentation |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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_basicwas necessary, with theclient_secretconfigured 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