Skip to content

Commit

Permalink
SHIBUI-2380
Browse files Browse the repository at this point in the history
Bug fxing
  • Loading branch information
chasegawa committed Oct 25, 2022
1 parent 622f3df commit b84f9af
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ custom:
persistValue: shibboleth.SecurityConfiguration.SHA1
attributeName: http://shibboleth.net/ns/profiles/securityConfiguration
attributeFriendlyName: securityConfiguration
protocol: saml,oidc
- name: ignoreAuthenticationMethod
displayName: label.ignore-any-sp-requested-authentication-method
displayType: boolean
Expand All @@ -118,6 +119,7 @@ custom:
persistValue: 0x1
attributeName: http://shibboleth.net/ns/profiles/disallowedFeatures
attributeFriendlyName: disallowedFeatures
protocol: saml,oidc
- name: omitNotBefore
displayName: label.omit-not-before-condition
displayType: boolean
Expand Down Expand Up @@ -165,13 +167,6 @@ custom:
helpText: tooltip.ignore-request-signatures
attributeName: http://shibboleth.net/ns/profiles/ignoreRequestSignatures
attributeFriendlyName: ignoreRequestSignatures
- name: disallowedFeatures
attributeFriendlyName: disallowedFeatures
displayName: label.disallowedFeatures
helpText: tooltip.disallowedFeatures
displayType: string
attributeName: http://shibboleth.net/ns/profiles/disallowedFeatures
protocol: oidc
- name: inboundInterceptorFlows
attributeFriendlyName: inboundInterceptorFlows
displayName: label.inboundInterceptorFlows
Expand All @@ -186,14 +181,6 @@ custom:
displayType: string
attributeName: http://shibboleth.net/ns/profiles/outboundInterceptorFlows
protocol: oidc
- name: securityConfiguration
attributeFriendlyName: securityConfiguration
displayName: label.securityConfiguration
helpText: tooltip.securityConfiguration
displayType: string
defaultValue: shibboleth.DefaultSecurityConfiguration
attributeName: http://shibboleth.net/ns/profiles/securityConfiguration
protocol: oidc
- name: tokenEndpointAuthMethods
attributeFriendlyName: tokenEndpointAuthMethods
displayName: label.tokenEndpointAuthMethods
Expand Down

0 comments on commit b84f9af

Please sign in to comment.