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 95708fb commit a525bea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,4 @@ public String getEntityId() {
public EntityDescriptorProtocol getProtocol() {
return protocol == null ? EntityDescriptorProtocol.SAML : protocol;
}

// public void setProtocol(int i) {
// protocol = EntityDescriptorProtocol.values()[i];
// }
}
2 changes: 1 addition & 1 deletion backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ custom:
- name: IDTokenLifetimeBrowser
attributeFriendlyName: IDTokenLifetimeBrowser
displayName: label.IDTokenLifetime.browser
helpText: tooltip.IDTokenLifetime.broswer
helpText: tooltip.IDTokenLifetime.browser
displayType: string
defaultValue: PT1H
attributeName: http://shibboleth.net/ns/profiles/oidc/sso/browser/IDTokenLifetime
Expand Down

0 comments on commit a525bea

Please sign in to comment.