File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/io/github/danilopiazza/spring/boot/saml/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ services:
6
6
- 10080:8080
7
7
- 10443:8443
8
8
environment :
9
- - SIMPLESAMLPHP_SP_ENTITY_ID=http://localhost:8080/saml2/service-provider-metadata/spring-boot-saml-poc
9
+ - SIMPLESAMLPHP_SP_ENTITY_ID=issuer.example.com
10
10
- SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE=http://localhost:8080/login/saml2/sso/spring-boot-saml-poc
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ private RelyingPartyRegistration relyingPartiRegistration() {
44
44
// local registration ID
45
45
String registrationId = "spring-boot-saml-poc" ;
46
46
// local entity ID - autogenerated based on URL
47
- String localEntityIdTemplate = "{baseUrl}/saml2/service-provider-metadata/{registrationId} " ;
47
+ String localEntityIdTemplate = "issuer.example.com " ;
48
48
// local SSO URL - autogenerated, endpoint to receive SAML Response objects
49
49
String acsUrlTemplate = "{baseUrl}/login/saml2/sso/{registrationId}" ;
50
50
// local signing (and local decryption key and remote encryption certificate)
You can’t perform that action at this time.
0 commit comments