Skip to content

added oidc as a env var#25

Open
yanicklandry wants to merge 2 commits into
yasudacloud:mainfrom
yanicklandry:feature/24-azuread-oidc-data-undefined
Open

added oidc as a env var#25
yanicklandry wants to merge 2 commits into
yasudacloud:mainfrom
yanicklandry:feature/24-azuread-oidc-data-undefined

Conversation

@yanicklandry
Copy link
Copy Markdown

To resolve #24


const userResponse = isOIDC ? apiResponse : {
data: {
email: apiResponse.data.userPrincipalName,
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yanicklandry
Can we use the parameter mail instead of userPrincipalName?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

with AzureAD, getting data undefined

2 participants