Skip to content

feat: allow creating manual oidc/github based users #9000

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Aug 11, 2023
Prev Previous commit
Change to open id connect
  • Loading branch information
Emyrk committed Aug 10, 2023
commit fd6752a50fb02969e2a0f5d95f6287fb90f1feed
4 changes: 2 additions & 2 deletions site/src/components/CreateUserForm/CreateUserForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ export const CreateUserForm: FC<
if (authMethods?.oidc.enabled) {
methods.push(
authMethodSelect(
"OIDC",
"OpenID Connect",
"oidc",
"Uses an OIDC provider to authenticate the user.",
"Uses an OpenID connect provider to authenticate the user.",
),
)
}
Expand Down