File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414- トークンの更新を有効にする (` offline_access ` スコープ)
1515- アクセス トークンの有効期限: (推奨 600 秒)
1616- 更新トークンの有効期限: スライディング ウィンドウが推奨され、最小 1 時間 (24 時間を推奨)、最大有効期間は組織によって決定され、無制限になります。
17- - ID トークンにユーザークレームを含めます (必須の標準クレーム: "sub" と "email"、オプションのカスタム クレーム: "given_name"と "family_name")。
17+ - ID トークンにユーザークレームを含めます (必須の標準クレーム: "sub" と "email"、オプションのカスタム クレーム: "given_name" と "family_name")。
1818- 必要なスコープ: openid email profile offline_access appbuilder.user
1919- Audience: "appbuilder" (デフォルト)
2020- サインイン リダイレクト URI: <app builder host >/oidc/ig/callback
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ appTheme: {
5656 secondary: '#2D8DFF', // セカンダリ カラー
5757 surface: '#F1F7FF',
5858 success: '#31AB2B', // 成功インジケーターのカラー
59- warn: '#F2C200', // 警告インジケータのカラー
59+ warn: '#F2C200', // 警告インジケーターのカラー
6060 error: '#DB372A', // エラー インジケーターのカラー
6161 info: '#0678FF', // 情報インジケーターのカラー
6262 grays: '#2F2F2F',
You can’t perform that action at this time.
0 commit comments