1
0

implement OIDC auth

هذا الالتزام موجود في:
Gustavo Maronato
2023-09-15 18:56:14 -03:00
الأصل 319a89387a
التزام 1dcb900cf3
9 ملفات معدلة مع 99 إضافات و9 حذوفات

عرض الملف

@@ -60,7 +60,7 @@ ssh.keygen-executable: ssh-keygen
# OAuth2 configuration
# The callback/redirect URL must be http://opengist.domain/oauth/<github|gitea>/callback
# The callback/redirect URL must be http://opengist.domain/oauth/<github|gitea|openid-connect>/callback
# To create a new OAuth2 application using GitHub : https://github.com/settings/applications/new
github.client-key:
@@ -71,3 +71,9 @@ gitea.client-key:
gitea.secret:
# URL of the Gitea instance. Default: https://gitea.com/
gitea.url: https://gitea.com/
# To create a new OAuth2 application using OpenID Connect:
oidc.client-key:
oidc.secret:
# Discovery endpoint of the OpenID provider
oidc.discovery-url: