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`.