Dex에 Google 연결하기
OAuth client 생성
- https://console.cloud.google.com/
- APIs & Services -> Credentials 페이지로 이동합니다.
Create credentials->OAuth client ID를 클릭합니다.Application type으로 Web application을 선택합니다.- Name, Authorized redirect URIs를 입력합니다.
Create를 클릭합니다.
설정
dex-values.yaml
config:
connectors:
- type: google
id: google
name: Google
config:
clientID: <clientID>
clientSecret: <clientSecret>
redirectURI: <issuerURI>/callback
promptType: ""