From bf892400c681a1525ea0018ebcdd0fc7bd6d92b0 Mon Sep 17 00:00:00 2001 From: Richard B Date: Thu, 10 Jul 2025 12:16:51 -0600 Subject: [PATCH] Update OktaSaml.mdx Corrects error in Okta docs --- docs/plugins/authorization/SamlProviders/OktaSaml.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/plugins/authorization/SamlProviders/OktaSaml.mdx b/docs/plugins/authorization/SamlProviders/OktaSaml.mdx index 92d85eaab..6cb8524e9 100644 --- a/docs/plugins/authorization/SamlProviders/OktaSaml.mdx +++ b/docs/plugins/authorization/SamlProviders/OktaSaml.mdx @@ -87,9 +87,9 @@ More information about the Name ID format you can find in the [SAML Overview](/p Add the following attributes: -- `user.email` with the value `email` -- `user.firstName` with the value `firstName` -- `user.lastName` with the value `lastName` +- `email` with the value `user.email` +- `firstName` with the value `user.firstName` +- `lastName` with the value `user.lastName` Click `Next`.