Updated example config

This commit is contained in:
David Allen 2024-03-05 20:44:33 -07:00
parent d2c5ec8dfc
commit cfba9e4bd0
No known key found for this signature in database
GPG key ID: 1D2A29322FBB6FCB

View file

@ -1,5 +1,5 @@
version: "0.0.1" version: "0.0.1"
server: server:
host: "127.0.0.1" host: "127.0.0.1"
port: 3333 port: 3333
callback: "/oidc/callback" callback: "/oidc/callback"
@ -12,23 +12,6 @@ providers:
authentication: authentication:
clients: clients:
- id: "1135541217802147"
secret: "b3a3123e8235de1dbab448369bc3d024"
issuer: "https://www.facebook.com"
scope:
- "openid"
- "name"
- "email"
redirect-uris:
- "http://127.0.0.1:3333/oidc/callback"
- id: "978b48059dd4916f53b4"
secret: "eb54b533eb6afd695e3a1b3f363ab2b29acc7425"
issuer: "https://github.com"
scope:
- "openid"
- "profile"
redirect-uris:
- "http://127.0.0.1:3333/oidc/callback"
- id: "7527e7b4-c96a-4df0-8fc5-00fde18bb65d" - id: "7527e7b4-c96a-4df0-8fc5-00fde18bb65d"
secret: "gto_cc5uvpb5lsdczkwnbarvwmbpv5kcjwg7nhbc75zt65yrfh2ldenq" secret: "gto_cc5uvpb5lsdczkwnbarvwmbpv5kcjwg7nhbc75zt65yrfh2ldenq"
name: "forgejo" name: "forgejo"