How to use users/groups from Azure/AD that are synced to SSO(identity center) in Verified Permissions?

0

How to use users/groups from Azure/AD that are synced to SSO(identity center) in Verified Permissions?

1 Answer
1

Amazon Verified Permissions is agnostic to your authentication system or identity provider. When is call the IsAuthorized endpoint with a principal, the services assumes that the principal is already authenticated using an identity provider of you choice.

The application needs to convert the user data to Cedar entities that are passed to AVP. For example, you can construct a AVP request from a JWT token using the method described here

Abhi
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions