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 @@ -144,7 +144,7 @@ spring:
144144 saml2:
145145 relyingparty:
146146 okta:
147- identityprovider :
147+ assertingparty :
148148 entity-id: ...
149149 singlesignon.sign-request: false
150150----
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"
@@ -890,11 +890,11 @@ spring:
890890 signing.credentials: &relying-party-credentials
891891 - private-key-location: classpath:rp.key
892892 certificate-location: classpath:rp.crt
893- identityprovider :
893+ assertingparty :
894894 entity-id: ...
895895 azure:
896896 signing.credentials: *relying-party-credentials
897- identityprovider :
897+ assertingparty :
898898 entity-id: ...
899899----
900900
You can’t perform that action at this time.
0 commit comments