Skip to content

Commit 4ee5800

Browse files
grafjojzheaux
authored andcommitted
use okta as registration id
looks like `ping` is some registration id used in the past. Closes gh-11034
1 parent c676322 commit 4ee5800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/saml2/login/authentication-requests.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This filter by default responds to endpoint `+/saml2/authenticate/{registrationI
88

99
For example, if you were deployed to `https://rp.example.com` and you gave your registration an ID of `okta`, you could navigate to:
1010

11-
`https://rp.example.org/saml2/authenticate/ping`
11+
`https://rp.example.org/saml2/authenticate/okta`
1212

1313
and the result would be a redirect that included a `SAMLRequest` parameter containing the signed, deflated, and encoded `<saml2:AuthnRequest>`.
1414

0 commit comments

Comments
 (0)