mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
feat(authn): add generic oidc and allow customizable name (#1691)
Rebased and squashed Signed-off-by: Damien Degois <damien@degois.info>
This commit is contained in:
+6
-1
@@ -1345,7 +1345,12 @@ const docTemplate = `{
|
||||
}
|
||||
},
|
||||
"extensions.OpenIDProviderConfig": {
|
||||
"type": "object"
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"extensions.StrippedConfig": {
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user