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 {
|
||||
All = "All",
|
||||
SAML = "SAML",
|
||||
OpenID = "openid-connect", //TODO: text to be unified with item text
|
||||
OpenID = "OpenID Connect",
|
||||
}
|
||||
|
||||
export enum FilterSession {
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"protocolTypes": {
|
||||
"all": "All",
|
||||
"saml": "SAML",
|
||||
"openid-connect": "openid-connect"
|
||||
"openid-connect": "OpenID Connect"
|
||||
},
|
||||
"headerName": "header name"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue