Skip to content

docs: Add Provider-Specific Guide for Google authentication  #13508

@juancarlosm

Description

@juancarlosm

I spent some time figuring out how to integrate coder with Google Auth. It's as simple as this

CODER_OIDC_ISSUER_URL=https://accounts.google.com
CODER_OIDC_CLIENT_ID=
CODER_OIDC_CLIENT_SECRET=
CODER_OIDC_EMAIL_DOMAIN="example.com"
CODER_OIDC_SCOPES=openid,profile,email
CODER_OIDC_SIGN_IN_TEXT="Sign in with Google"
CODER_OIDC_ICON_URL=/icon/google.svg

https://coder.com/docs/admin/auth#provider-specific-guides

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsArea: coder.com/docsgood first issueEasily solved issues suitable for starters and community contributors

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions