mirror of
https://github.com/project-zot/zot.git
synced 2026-06-19 14:08:01 +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",
|
||||
|
||||
@@ -1336,7 +1336,12 @@
|
||||
}
|
||||
},
|
||||
"extensions.OpenIDProviderConfig": {
|
||||
"type": "object"
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"extensions.StrippedConfig": {
|
||||
"type": "object",
|
||||
|
||||
@@ -144,6 +144,9 @@ definitions:
|
||||
type: object
|
||||
type: object
|
||||
extensions.OpenIDProviderConfig:
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
type: object
|
||||
extensions.StrippedConfig:
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user