auth bearer config docs

This commit is contained in:
Willy Kloucek
2022-05-02 16:25:55 +02:00
parent 18296ceea7
commit b35178584b
3 changed files with 16 additions and 25 deletions

View File

@@ -29,13 +29,10 @@ func DefaultConfig() *config.Config {
Reva: &config.Reva{
Address: "127.0.0.1:9142",
},
AuthProvider: "ldap",
AuthProviders: config.AuthProviders{
OIDC: config.OIDCProvider{
Issuer: "https://localhost:9200",
Insecure: false,
IDClaim: "preferred_username",
},
OIDC: config.OIDC{
Issuer: "https://localhost:9200",
Insecure: false,
IDClaim: "preferred_username",
},
}
}