File tree 2 files changed +4
-4
lines changed
docs/modules/ROOT/pages/servlet/saml2/login
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ spring:
67
67
saml2:
68
68
relyingparty:
69
69
okta:
70
- identityprovider :
70
+ assertingparty :
71
71
entity-id: ...
72
72
singlesignon.sign-request: false
73
73
----
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ spring:
125
125
relyingparty:
126
126
registration:
127
127
adfs:
128
- identityprovider :
128
+ assertingparty :
129
129
entity-id: https://idp.example.com/issuer
130
130
verification.credentials:
131
131
- certificate-location: "classpath:idp.crt"
@@ -839,11 +839,11 @@ spring:
839
839
signing.credentials: &relying-party-credentials
840
840
- private-key-location: classpath:rp.key
841
841
certificate-location: classpath:rp.crt
842
- identityprovider :
842
+ assertingparty :
843
843
entity-id: ...
844
844
azure:
845
845
signing.credentials: *relying-party-credentials
846
- identityprovider :
846
+ assertingparty :
847
847
entity-id: ...
848
848
----
849
849
You can’t perform that action at this time.
0 commit comments