add config for saml home realm discovery bypass (#8480)
Этот коммит содержится в:
@@ -282,6 +282,8 @@
|
|||||||
"IdpUrl": "",
|
"IdpUrl": "",
|
||||||
"IdpDescriptorUrl": "",
|
"IdpDescriptorUrl": "",
|
||||||
"AssertionConsumerServiceURL": "",
|
"AssertionConsumerServiceURL": "",
|
||||||
|
"ScopingIDPProviderId": "",
|
||||||
|
"ScopingIDPName": "",
|
||||||
"IdpCertificateFile": "",
|
"IdpCertificateFile": "",
|
||||||
"PublicCertificateFile": "",
|
"PublicCertificateFile": "",
|
||||||
"PrivateKeyFile": "",
|
"PrivateKeyFile": "",
|
||||||
|
|||||||
@@ -1291,6 +1291,9 @@ type SamlSettings struct {
|
|||||||
IdpDescriptorUrl *string
|
IdpDescriptorUrl *string
|
||||||
AssertionConsumerServiceURL *string
|
AssertionConsumerServiceURL *string
|
||||||
|
|
||||||
|
ScopingIDPProviderId *string
|
||||||
|
ScopingIDPName *string
|
||||||
|
|
||||||
IdpCertificateFile *string
|
IdpCertificateFile *string
|
||||||
PublicCertificateFile *string
|
PublicCertificateFile *string
|
||||||
PrivateKeyFile *string
|
PrivateKeyFile *string
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user