mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-01-25 08:42:30 +00:00
wip: authorize page
This commit is contained in:
@@ -132,6 +132,7 @@ type OAuthServiceConfig struct {
|
||||
}
|
||||
|
||||
type OIDCClientConfig struct {
|
||||
ID string `description:"OIDC client ID." yaml:"-"`
|
||||
ClientID string `description:"OIDC client ID." yaml:"clientId"`
|
||||
ClientSecret string `description:"OIDC client secret." yaml:"clientSecret"`
|
||||
ClientSecretFile string `description:"Path to the file containing the OIDC client secret." yaml:"clientSecretFile"`
|
||||
|
||||
Reference in New Issue
Block a user