OIDC Configuration for Azure
¶ Introduction
This document provides specific instructions to configure OpenID Connect for Azure.
¶ Config
To configure your OpenID Connect provider, use the following values:
Name | Type | Value/Description |
---|---|---|
Name |
string |
Uber |
Metadata url |
string |
https://auth.uber.com//.well-known/openid-configuration |
Client ID |
string |
Your application ID created at developer.uber.com |
Client secret |
string |
Your Client Secret created at developer.uber.com |
Scope |
string |
openid |
Response type |
string |
id_token |
Response mode |
string |
query |
Domain hint |
string |
This is optional |
Identity provider claims mapping:
Name | Type | Value/Description |
---|---|---|
User ID |
string |
user_uuid |
Display name |
string |
given_name |
Given name |
string |
given_name (optional) |
Surname |
string |
family_name (optional) |
Email |
string |
email (optional) |