-
Notifications
You must be signed in to change notification settings - Fork 936
feat: add external-auth
cli
#10052
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
feat: add external-auth
cli
#10052
Conversation
One thing I noticed with the external auth is since open source is limited to 1 external auth provider it makes it hard to test out a git provider + an oidc application together to see if they work for testing templates(our dev environment uses Open Source). Would it be possible to bump the open source limit to 1 git provider + 1 alternate provider configuration that is not a git based provider? |
@Shocktrooper could you share more about the specific use-case you're solving for? I'm open to the idea, I just wanna make sure it's not something that could be discovered in a free trial. |
cli/externalauth.go
Outdated
echo "Authenticated with GitHub" | ||
else | ||
echo "Please authenticate with GitHub:" | ||
coder external-auth url github |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see a external-auth url
cmd.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good find!
This will allow us to enable scripting around external authentication. I assume we'll add more functionality to the
external-auth
subcommand, which is whyaccess-token
is nested.