1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dex_ynh.git synced 2024-09-03 18:26:22 +02:00

rename oidc_app into oidc_name

This commit is contained in:
Salamandar 2024-02-04 21:27:11 +01:00
parent 451a8d9233
commit 3c43c26ab5
3 changed files with 4 additions and 4 deletions

View file

@ -47,8 +47,8 @@ connectors:
# Unfortunately the api is too complex to be used here # Unfortunately the api is too complex to be used here
# As a consequence we have to setup client as staticClient, which means we will need one Dex instance per client app # As a consequence we have to setup client as staticClient, which means we will need one Dex instance per client app
staticClients: staticClients:
- id: __OIDC_APP__ - id: __OIDC_NAME__
redirectURIs: redirectURIs:
- https://__OIDC_CALLBACK__ - https://__OIDC_CALLBACK__
name: __OIDC_APP__ name: __OIDC_NAME__
secret: __OIDC_SECRET__ secret: __OIDC_SECRET__

View file

@ -38,7 +38,7 @@ ram.runtime = "50M"
type = "path" type = "path"
default = "/dex" default = "/dex"
[install.oidc_app] [install.oidc_name]
ask.en = "Name of the app you want to connect to the OIDC auth flow" ask.en = "Name of the app you want to connect to the OIDC auth flow"
ask.fr = "Nom de l'application que vous souhaitez connecter au flux d'authentification OIDC" ask.fr = "Nom de l'application que vous souhaitez connecter au flux d'authentification OIDC"
type = "string" type = "string"

View file

@ -8,7 +8,7 @@ test_format = 1.0
# Default args to use for install # Default args to use for install
# ------------------------------- # -------------------------------
args.oidc_app = "Outline" args.oidc_name = "Outline"
args.oidc_secret = "secret" args.oidc_secret = "secret"
args.oidc_callback = "domain.tld/callback" args.oidc_callback = "domain.tld/callback"