File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docs/modules/ROOT/pages/servlet/saml2/login Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ spring:
6767 saml2:
6868 relyingparty:
6969 okta:
70- identityprovider :
70+ assertingparty :
7171 entity-id: ...
7272 singlesignon.sign-request: false
7373----
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ spring:
125125 relyingparty:
126126 registration:
127127 adfs:
128- identityprovider :
128+ assertingparty :
129129 entity-id: https://idp.example.com/issuer
130130 verification.credentials:
131131 - certificate-location: "classpath:idp.crt"
@@ -839,11 +839,11 @@ spring:
839839 signing.credentials: &relying-party-credentials
840840 - private-key-location: classpath:rp.key
841841 certificate-location: classpath:rp.crt
842- identityprovider :
842+ assertingparty :
843843 entity-id: ...
844844 azure:
845845 signing.credentials: *relying-party-credentials
846- identityprovider :
846+ assertingparty :
847847 entity-id: ...
848848----
849849
You can’t perform that action at this time.
0 commit comments