Skip to content

Commit

Permalink
Add saml configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski committed Oct 23, 2024
1 parent 84bd7e2 commit cd7d08e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public RelyingPartyRegistrationRepository relyingParty() throws Exception {
.fromMetadataLocation(SamlParameter.IDP_METADATA_URL.getParameter(provider).get())
.registrationId("report.portal.sp.id")
.entityId(entityId)
.assertionConsumerServiceLocation(SamlParameter.BASE_PATH.getParameter(provider).get())
.assertionConsumerServiceLocation(samlIntegrationType.getDetails().getDetails().get("callbackUrl").toString())
.assertingPartyDetails(party -> party.entityId(SamlParameter.IDP_NAME.getParameter(provider).get())
.wantAuthnRequestsSigned(false)
// .singleSignOnServiceLocation(samlProperties.getAssertingpParty().getServiceLocation())
Expand Down

0 comments on commit cd7d08e

Please sign in to comment.