What is a claim OpenID?

OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user’s details, like name and picture. Each scope returns a set of user attributes , which are called claims. The scopes an application should request depend on which user attributes the application needs.

Read more

How do I get access token to API?

Sending an access token in a request When you put a VerifyAccessToken policy at the front of your API proxy flow, apps must present a verifiable access token (also called a “bearer token”) to consume your API. To do this, the app sends the access token in the request as an “Authorization” HTTP header .

Read more