Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup error handling for Azure provider #182

Merged
merged 1 commit into from
Jul 14, 2018
Merged

Cleanup error handling for Azure provider #182

merged 1 commit into from
Jul 14, 2018

Conversation

tamalsaha
Copy link
Contributor

No description provided.

@tamalsaha tamalsaha requested a review from amanohar July 14, 2018 08:43
if err != nil {
username, err = c.String(userObjectIDClaim)
username, err := c.string(usernameClaim)
if err != nil && err == ErrClaimNotFound {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Search for oid claim only if upn claim not found.

@tamalsaha tamalsaha merged commit 1c62097 into master Jul 14, 2018
@tamalsaha tamalsaha deleted the x7 branch July 14, 2018 15:40
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.

None yet

2 participants