Skip to content

Commit

Permalink
Respect case of saml property in the example file
Browse files Browse the repository at this point in the history
Case of properties matters. It has to be entitybaseurl, not camel case
version.
  • Loading branch information
ruslan-forostianov authored and Ruslan Forostianov committed Apr 12, 2022
1 parent 367bc76 commit ed319db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/portal.properties.EXAMPLE
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ microsoftlive.consumer.secret=
## SAML settings
saml.sp.metadata.entityid=
# change this url if behind reverse proxy that handles SSL, see docs/Authenticating-Users-via-SAML.md
saml.sp.metadata.entityBaseURL=#{null}
saml.sp.metadata.entitybaseurl=#{null}
saml.idp.metadata.location=
saml.idp.metadata.entityid=
# saml keystore settings:
Expand Down

0 comments on commit ed319db

Please sign in to comment.