Changed label text to OpenID Connect (#3643)
This commit is contained in:
parent
1b4fedaa3a
commit
c39d1fdd14
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ export enum FilterAssignedType {
|
||||||
export enum FilterProtocol {
|
export enum FilterProtocol {
|
||||||
All = "All",
|
All = "All",
|
||||||
SAML = "SAML",
|
SAML = "SAML",
|
||||||
OpenID = "openid-connect", //TODO: text to be unified with item text
|
OpenID = "OpenID Connect",
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum FilterSession {
|
export enum FilterSession {
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
"protocolTypes": {
|
"protocolTypes": {
|
||||||
"all": "All",
|
"all": "All",
|
||||||
"saml": "SAML",
|
"saml": "SAML",
|
||||||
"openid-connect": "openid-connect"
|
"openid-connect": "OpenID Connect"
|
||||||
},
|
},
|
||||||
"headerName": "header name"
|
"headerName": "header name"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue