Merge pull request #11603 from owncloud/oidc_claims_checker

feat: add a way to check for specific OIDC claims
This commit is contained in:
kobergj
2025-09-24 13:43:53 +02:00
committed by GitHub
20 changed files with 456 additions and 83 deletions

View File

@@ -100,6 +100,9 @@ func DefaultConfig() *config.Config {
Cluster: "ocis-cluster",
EnableTLS: false,
},
MultiFactorAuthentication: config.MFAConfig{
AuthLevelNames: []string{"advanced"},
},
}
}