Browse Source

use okta as registration id

looks like `ping` is some registration id used in the past.
pull/11094/head
Johannes Graf 4 years ago committed by Josh Cummings
parent
commit
d4931ecf2b
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
  1. 2
      docs/modules/ROOT/pages/servlet/saml2/login/authentication-requests.adoc

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

@ -8,7 +8,7 @@ This filter by default responds to endpoint `+/saml2/authenticate/{registrationI @@ -8,7 +8,7 @@ This filter by default responds to endpoint `+/saml2/authenticate/{registrationI
For example, if you were deployed to `https://rp.example.com` and you gave your registration an ID of `okta`, you could navigate to:
`https://rp.example.org/saml2/authenticate/ping`
`https://rp.example.org/saml2/authenticate/okta`
and the result would be a redirect that included a `SAMLRequest` parameter containing the signed, deflated, and encoded `<saml2:AuthnRequest>`.

Loading…
Cancel
Save