diff --git a/astro/src/content/docs/lifecycle/examples/authenticate-users-with-saml.mdx b/astro/src/content/docs/lifecycle/examples/authenticate-users-with-saml.mdx index 6d84099804..522cdc6a74 100644 --- a/astro/src/content/docs/lifecycle/examples/authenticate-users-with-saml.mdx +++ b/astro/src/content/docs/lifecycle/examples/authenticate-users-with-saml.mdx @@ -184,7 +184,7 @@ Do not browse away from the Okta sign-up wizard until all steps have been comple - Paste the Identity Provider Single Sign-On URL from the Okta SAML setup instructions page into the IdP endpoint field. - Select okta for Verification key. - Optionally, change the Button text to `Login with Okta`. -- Toggle on the Debug enabled option and enable all toggles for the Changebank application so that Changebank users can log in with Okta. +- Toggle the Debug enabled option on and enable all toggles for the Changebank application so that Changebank users can log in with Okta. ![New idp settings](/img/docs/lifecycle/examples/saml/okta-saml-new-idp-settings.png) @@ -344,10 +344,10 @@ Configure FusionAuth to use SAML as an identity provider for the Changebank appl - Browse to Reactor. - Enter your license key to activate Reactor and refresh the page. - Browse to Applications -> Changebank -> Select -> Edit -> SAML tab. -- Toggle on the Enabled option. +- Toggle the Enabled option on. - Set Issuer to `passport-saml`. - Set Authorized redirect URLs to `http://localhost:3000/saml/callback` (be sure to click the dropdown text that appears to confirm the entry). -- Toggle on the Debug enabled option. +- Toggle the Debug enabled option on. - Click Save. ![SAML setup](/img/docs/lifecycle/examples/saml/saml.png)