Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
distribution: "adopt"
- name: Cache local Maven repository
id: cache-maven-m2
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-m2
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# The URL of the SAML 2.0 Assertion Consumer
SAML2.AssertionConsumerURL=http://localhost.com:8080/sample-app/home.jsp
SAML2.AssertionConsumerURL=http://localhost:8080/sample-app/home.jsp

# A unique identifier for this SAML 2.0 application
SAML2.SPEntityId=sample-app
SAML2.SPEntityId=sample-issuer

# A unique identifier for this SAML 2.0 Identity Provider
SAML2.IdPEntityId=localhost
Expand Down
Loading