From 50a89fceeaf95ffb66e02079c1b08da41dd88ba8 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Tue, 13 Jan 2026 15:22:44 -0800 Subject: [PATCH] Apply to other versions --- .../authentication-config/configure-generic-oidc.md | 9 ++++++++- .../authentication-config/configure-generic-oidc.md | 9 ++++++++- .../authentication-config/configure-generic-oidc.md | 9 ++++++++- .../authentication-config/configure-generic-oidc.md | 6 ++++++ .../authentication-config/configure-generic-oidc.md | 9 ++++++++- 5 files changed, 38 insertions(+), 4 deletions(-) diff --git a/versioned_docs/version-2.10/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-generic-oidc.md b/versioned_docs/version-2.10/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-generic-oidc.md index e0d2577e5ff..6273008d03a 100644 --- a/versioned_docs/version-2.10/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-generic-oidc.md +++ b/versioned_docs/version-2.10/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-generic-oidc.md @@ -29,7 +29,14 @@ Consult the documentation for your specific IdP to complete the listed prerequis `Access Type` | `confidential` `Valid Redirect URI` | `https://yourRancherHostURL/verify-auth` - - In the new OIDC client, create mappers to expose the users fields. + - In the new OIDC client, create mappers to expose the user's fields. + + :::note + + The `groups` and `full_group_path` claims generated by the Groups and Group Path mappers, which you create within the OIDC client in your Identity Provider, should be JSON arrays, e.g. `"groups":["admins","devs","qa"]` and `"full_group_path":["/admins","/devs","/qa"]`. + + ::: + - Create a new Groups Mapper with the settings below: Setting | Value diff --git a/versioned_docs/version-2.11/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-generic-oidc.md b/versioned_docs/version-2.11/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-generic-oidc.md index e0d2577e5ff..6273008d03a 100644 --- a/versioned_docs/version-2.11/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-generic-oidc.md +++ b/versioned_docs/version-2.11/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-generic-oidc.md @@ -29,7 +29,14 @@ Consult the documentation for your specific IdP to complete the listed prerequis `Access Type` | `confidential` `Valid Redirect URI` | `https://yourRancherHostURL/verify-auth` - - In the new OIDC client, create mappers to expose the users fields. + - In the new OIDC client, create mappers to expose the user's fields. + + :::note + + The `groups` and `full_group_path` claims generated by the Groups and Group Path mappers, which you create within the OIDC client in your Identity Provider, should be JSON arrays, e.g. `"groups":["admins","devs","qa"]` and `"full_group_path":["/admins","/devs","/qa"]`. + + ::: + - Create a new Groups Mapper with the settings below: Setting | Value diff --git a/versioned_docs/version-2.12/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-generic-oidc.md b/versioned_docs/version-2.12/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-generic-oidc.md index e0d2577e5ff..6273008d03a 100644 --- a/versioned_docs/version-2.12/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-generic-oidc.md +++ b/versioned_docs/version-2.12/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-generic-oidc.md @@ -29,7 +29,14 @@ Consult the documentation for your specific IdP to complete the listed prerequis `Access Type` | `confidential` `Valid Redirect URI` | `https://yourRancherHostURL/verify-auth` - - In the new OIDC client, create mappers to expose the users fields. + - In the new OIDC client, create mappers to expose the user's fields. + + :::note + + The `groups` and `full_group_path` claims generated by the Groups and Group Path mappers, which you create within the OIDC client in your Identity Provider, should be JSON arrays, e.g. `"groups":["admins","devs","qa"]` and `"full_group_path":["/admins","/devs","/qa"]`. + + ::: + - Create a new Groups Mapper with the settings below: Setting | Value diff --git a/versioned_docs/version-2.13/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-generic-oidc.md b/versioned_docs/version-2.13/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-generic-oidc.md index d8b8d0ab79a..4b9685729d0 100644 --- a/versioned_docs/version-2.13/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-generic-oidc.md +++ b/versioned_docs/version-2.13/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-generic-oidc.md @@ -35,6 +35,12 @@ In your IdP, create a new client with the settings below: In the new OIDC client, create mappers to expose the user's fields. +:::note + +The `groups` and `full_group_path` claims generated by the Groups and Group Path mappers, which you create within the OIDC client in your Identity Provider, should be JSON arrays, e.g. `"groups":["admins","devs","qa"]` and `"full_group_path":["/admins","/devs","/qa"]`. + +::: + 1. Create a new `Groups Mapper` with the settings below: Setting | Value diff --git a/versioned_docs/version-2.9/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-generic-oidc.md b/versioned_docs/version-2.9/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-generic-oidc.md index e0d2577e5ff..6273008d03a 100644 --- a/versioned_docs/version-2.9/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-generic-oidc.md +++ b/versioned_docs/version-2.9/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-generic-oidc.md @@ -29,7 +29,14 @@ Consult the documentation for your specific IdP to complete the listed prerequis `Access Type` | `confidential` `Valid Redirect URI` | `https://yourRancherHostURL/verify-auth` - - In the new OIDC client, create mappers to expose the users fields. + - In the new OIDC client, create mappers to expose the user's fields. + + :::note + + The `groups` and `full_group_path` claims generated by the Groups and Group Path mappers, which you create within the OIDC client in your Identity Provider, should be JSON arrays, e.g. `"groups":["admins","devs","qa"]` and `"full_group_path":["/admins","/devs","/qa"]`. + + ::: + - Create a new Groups Mapper with the settings below: Setting | Value