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:
parent
451a8d9233
commit
3c43c26ab5
3 changed files with 4 additions and 4 deletions
|
@ -47,8 +47,8 @@ connectors:
|
|||
# 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
|
||||
staticClients:
|
||||
- id: __OIDC_APP__
|
||||
- id: __OIDC_NAME__
|
||||
redirectURIs:
|
||||
- https://__OIDC_CALLBACK__
|
||||
name: __OIDC_APP__
|
||||
name: __OIDC_NAME__
|
||||
secret: __OIDC_SECRET__
|
||||
|
|
|
@ -38,7 +38,7 @@ ram.runtime = "50M"
|
|||
type = "path"
|
||||
default = "/dex"
|
||||
|
||||
[install.oidc_app]
|
||||
[install.oidc_name]
|
||||
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"
|
||||
type = "string"
|
||||
|
|
|
@ -8,7 +8,7 @@ test_format = 1.0
|
|||
# Default args to use for install
|
||||
# -------------------------------
|
||||
|
||||
args.oidc_app = "Outline"
|
||||
args.oidc_name = "Outline"
|
||||
args.oidc_secret = "secret"
|
||||
args.oidc_callback = "domain.tld/callback"
|
||||
|
||||
|
|
Loading…
Reference in a new issue