diff --git a/assets/translations/en-us.yaml b/assets/translations/en-us.yaml index ac6dedd4e9..2c1bf19eae 100644 --- a/assets/translations/en-us.yaml +++ b/assets/translations/en-us.yaml @@ -228,7 +228,7 @@ authConfig: unrestricted: Allow any valid user allowedPrincipalIds: title: Authorized Users & Groups - associatedWarning: 'Note: The {provider} user you authenticate as will be associated as an alternate way to login to the {vendor} user you are currently logged in as ({username}); all the global permissions, project, and cluster role bindings of this {vendor} user will also apply to the {provider} user.' + associatedWarning: 'Note: The {provider} user you authenticate as will be associated as an alternate way to login to the {vendor} user you are currently logged in as {username}; all the global permissions, project, and cluster role bindings of this {vendor} user will also apply to the {provider} user.' github: clientId: label: Client ID diff --git a/models/management.cattle.io.authconfig.js b/models/management.cattle.io.authconfig.js index 6e40e1966d..d53bced647 100644 --- a/models/management.cattle.io.authconfig.js +++ b/models/management.cattle.io.authconfig.js @@ -13,7 +13,6 @@ export const configType = { googleoauth: 'oauth', local: '', github: 'oauth', - oidc: 'oidc', keycloakoidc: 'oidc' };