mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-19 10:43:02 -06:00
further oidc
This commit is contained in:
parent
8e0d32d3e1
commit
81206d93f3
14 changed files with 227 additions and 70 deletions
|
|
@ -31,12 +31,6 @@ func oidcFlags(flagNames, envNames config.Flags, defaults config.Defaults) []cli
|
|||
Value: defaults.OIDCEnabled,
|
||||
EnvVars: []string{envNames.OIDCEnabled},
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: flagNames.OIDCIdpID,
|
||||
Usage: "ID of the OIDC identity provider.",
|
||||
Value: defaults.OIDCIdpID,
|
||||
EnvVars: []string{envNames.OIDCIdpID},
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: flagNames.OIDCIdpName,
|
||||
Usage: "Name of the OIDC identity provider. Will be shown to the user when logging in.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue