Changed label text to OpenID Connect (#3643)

This commit is contained in:
Erik Jan de Wit 2022-10-26 11:45:49 +02:00 committed by GitHub
parent 1b4fedaa3a
commit c39d1fdd14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

@ -51,7 +51,7 @@
"protocolTypes": {
"all": "All",
"saml": "SAML",
"openid-connect": "openid-connect"
"openid-connect": "OpenID Connect"
},
"headerName": "header name"
}