When you configure an Open ID Connect identity provider (IdP) connection with an application, you can use the access token from the connection as a bearer token in an authorization header to receive additional information as needed.
- Create a Service Provider Open ID Connect IdP connection.
- Configure an Identity Provider authentication policy for the connection.
Authorization Headers
Authorization Header entries are shown here for Yahoo and Google Open
ID Connect IdP connections:
- For Yahoo: Bearer ${idp.https://api.login.yahoo.com.access_token}
- For Google: Bearer ${idp.https://accounts.google.com.access_token}