OIDC Configuration Guide #128
arcoast
started this conversation in
Show and tell
Replies: 0 comments
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.
-
I have both Authelia and Pocket ID installed and have tested both with Typetype and confirmed both the below configurations as working.
Thought I'd post them here for reference just in case it's useful for anyone else.
OIDC with Authelia
Authelia Config
Generate a random
client_id/OIDC_CLIENT_IDwithGenerate your own
client_secretwithdocker run authelia/authelia:latest \ authelia crypto hash generate pbkdf2 \ --variant sha512 \ --random \ --random.length 72 \ --random.charset \ rfc3986Generates the output
The Random Password should be added to your Typetype
.envfile as below and the Digest should be used as theclient_secretin your config in Authelia.Remember to restart your Authelia container after editing your configuration.
Typetype Config
and add the following to your
typetype-serverenvironment:OIDC with Pocket ID
Pocket ID Config
Download the icon from here and upload it to Pocket ID.
Then copy the generated
Client IDandClient Secretvalues from Pocket ID into the Typetype.envand add the following to your
typetype-serverenvironment:Perhaps others can add their own configs for any other OIDC providers.
Beta Was this translation helpful? Give feedback.
All reactions