diff --git a/content/kubermatic/main/architecture/known-issues/_index.en.md b/content/kubermatic/main/architecture/known-issues/_index.en.md index 058c034c1..56f4bedc3 100644 --- a/content/kubermatic/main/architecture/known-issues/_index.en.md +++ b/content/kubermatic/main/architecture/known-issues/_index.en.md @@ -32,17 +32,20 @@ The following yaml snippet is an example how to configure an oidc connector to k ```yaml connectors: - - config: + - id: oidc + name: OIDC + type: Google + config: clientID: clientSecret: - orgs: - - name: - redirectURI: https://kubermatic.test/dex/callback - id: github - name: GitHub - type: github - userIDKey: jti - userNameKey: email + redirectURI: https://kkp.example.com/dex/callback + scopes: + - openid + - profile + - email + - offline_access + # Workaround to support multiple user_id/client_id pairs concurrently + userIDKey: jti ``` #### external provider diff --git a/content/kubermatic/v2.24/architecture/known-issues/_index.en.md b/content/kubermatic/v2.24/architecture/known-issues/_index.en.md index 0cc37510b..1ad4cece3 100644 --- a/content/kubermatic/v2.24/architecture/known-issues/_index.en.md +++ b/content/kubermatic/v2.24/architecture/known-issues/_index.en.md @@ -188,17 +188,20 @@ The following yaml snippet is an example how to configure an oidc connector to k ```yaml connectors: - - config: + - id: oidc + name: OIDC + type: Google + config: clientID: clientSecret: - orgs: - - name: - redirectURI: https://kubermatic.test/dex/callback - id: github - name: GitHub - type: github - userIDKey: jti - userNameKey: email + redirectURI: https://kkp.example.com/dex/callback + scopes: + - openid + - profile + - email + - offline_access + # Workaround to support multiple user_id/client_id pairs concurrently + userIDKey: jti ``` #### external provider diff --git a/content/kubermatic/v2.25/architecture/known-issues/_index.en.md b/content/kubermatic/v2.25/architecture/known-issues/_index.en.md index 03a053c2d..b65fa98b2 100644 --- a/content/kubermatic/v2.25/architecture/known-issues/_index.en.md +++ b/content/kubermatic/v2.25/architecture/known-issues/_index.en.md @@ -173,17 +173,20 @@ The following yaml snippet is an example how to configure an oidc connector to k ```yaml connectors: - - config: + - id: oidc + name: OIDC + type: Google + config: clientID: clientSecret: - orgs: - - name: - redirectURI: https://kubermatic.test/dex/callback - id: github - name: GitHub - type: github - userIDKey: jti - userNameKey: email + redirectURI: https://kkp.example.com/dex/callback + scopes: + - openid + - profile + - email + - offline_access + # Workaround to support multiple user_id/client_id pairs concurrently + userIDKey: jti ``` #### external provider diff --git a/content/kubermatic/v2.26/architecture/known-issues/_index.en.md b/content/kubermatic/v2.26/architecture/known-issues/_index.en.md index b5b4a32f2..3dbf6e93e 100644 --- a/content/kubermatic/v2.26/architecture/known-issues/_index.en.md +++ b/content/kubermatic/v2.26/architecture/known-issues/_index.en.md @@ -32,17 +32,20 @@ The following yaml snippet is an example how to configure an oidc connector to k ```yaml connectors: - - config: + - id: oidc + name: OIDC + type: Google + config: clientID: clientSecret: - orgs: - - name: - redirectURI: https://kubermatic.test/dex/callback - id: github - name: GitHub - type: github - userIDKey: jti - userNameKey: email + redirectURI: https://kkp.example.com/dex/callback + scopes: + - openid + - profile + - email + - offline_access + # Workaround to support multiple user_id/client_id pairs concurrently + userIDKey: jti ``` #### external provider diff --git a/content/kubermatic/v2.27/architecture/known-issues/_index.en.md b/content/kubermatic/v2.27/architecture/known-issues/_index.en.md index b5b4a32f2..3dbf6e93e 100644 --- a/content/kubermatic/v2.27/architecture/known-issues/_index.en.md +++ b/content/kubermatic/v2.27/architecture/known-issues/_index.en.md @@ -32,17 +32,20 @@ The following yaml snippet is an example how to configure an oidc connector to k ```yaml connectors: - - config: + - id: oidc + name: OIDC + type: Google + config: clientID: clientSecret: - orgs: - - name: - redirectURI: https://kubermatic.test/dex/callback - id: github - name: GitHub - type: github - userIDKey: jti - userNameKey: email + redirectURI: https://kkp.example.com/dex/callback + scopes: + - openid + - profile + - email + - offline_access + # Workaround to support multiple user_id/client_id pairs concurrently + userIDKey: jti ``` #### external provider