mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-19 04:53:01 -06:00
further oidc
This commit is contained in:
parent
8e0d32d3e1
commit
81206d93f3
14 changed files with 227 additions and 70 deletions
|
|
@ -21,7 +21,6 @@ package config
|
|||
// OIDCConfig contains configuration values for openID connect (oauth) authorization by an external service such as Dex.
|
||||
type OIDCConfig struct {
|
||||
Enabled bool `yaml:"enabled"`
|
||||
IDPID string `yaml:"idpId"`
|
||||
IDPName string `yaml:"idpName"`
|
||||
SkipVerification bool `yaml:"skipVerification"`
|
||||
Issuer string `yaml:"issuer"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue