Webスコープ設定ファイル@Temporal¶
はじめに¶
本サイトにつきまして、以下をご認識のほど宜しくお願いいたします。
01. auth¶
enabled¶
組み込みの認証機能を有効化するかどうかを設定する。
auth:
enabled: true
providers¶
IDプロバイダーを設定する。
auth:
enabled: true
providers:
label: sso
type: oidc
providerUrl: https://accounts.google.com
issuerUrl:
clientId: xxxxx-xxxx.apps.googleusercontent.com
clientSecret: xxxxxxxxxxxxxxxxxxxx
callbackUrl: https://xxxx.com:8080/auth/sso/callback
scopes:
- openid
- profile
- email