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

Add ClientId to DAC Options #23680

Merged
merged 3 commits into from
Sep 8, 2021
Merged

Conversation

christothes
Copy link
Member

No description provided.

@christothes christothes requested a review from schaabs September 7, 2021 14:18
/// <summary>
/// Specifies the client id of the selected credential
/// </summary>
public string InteractiveBrowserCredentialClientId { get; set; }
Copy link
Member

Choose a reason for hiding this comment

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

should we default this to Constants.DeveloperSignOnClientId since that is the client id which will be used if the user doesn't set this?

Copy link
Member Author

Choose a reason for hiding this comment

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

We do that here:

clientId ?? Constants.DeveloperSignOnClientId,

@christothes christothes merged commit 540afdc into Azure:main Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants