Slide 31
Slide 31 text
© 2024, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Verified Permissions
認可判断
トークンカスタマイズ機能を⼀元的な認可処理と連携
3
IdP トークンを
認可処理に利⽤する
Lambda
オーソライザー
許可/拒否
4
5
6
Amazon API
Gateway
トークン中に埋め込まれた
アイデンティティ情報を⽤いて
⼀元的に認可判断
IdP 機能でトークンに埋め込んだアイデンティティ情報
(カスタム属性)
”cust-username": "dave",
"cust-groups": ["Clients","T123"],
"cust-clinicID": "T123",
"cust-type": "Client",
"cust-personID": "Dave",
"runtime:primaryDoctor": "Jane",
"runtime:insuranceOnFile": "true"
}
1
フェデレーション
(OpenID Connect)
2
外部 IdP トークン
認可サーバ
クライアント
アプリ
バックエンド
(AWS の多様なサービスの組合せ)