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:
144
144
saml2:
145
145
relyingparty:
146
146
okta:
147
- identityprovider :
147
+ assertingparty :
148
148
entity-id: ...
149
149
singlesignon.sign-request: false
150
150
----
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"
@@ -890,11 +890,11 @@ spring:
890
890
signing.credentials: &relying-party-credentials
891
891
- private-key-location: classpath:rp.key
892
892
certificate-location: classpath:rp.crt
893
- identityprovider :
893
+ assertingparty :
894
894
entity-id: ...
895
895
azure:
896
896
signing.credentials: *relying-party-credentials
897
- identityprovider :
897
+ assertingparty :
898
898
entity-id: ...
899
899
----
900
900
You can’t perform that action at this time.
0 commit comments