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

support user-assigned managed identity #1243

Merged
merged 1 commit into from
Mar 23, 2021

Conversation

terencefan
Copy link
Member

@terencefan terencefan commented Mar 11, 2021

Summary of the changes (Less than 80 chars)

  • Add support for user-assigned managed identity

Usage

To choose one of the user-assigned managed identity:

Endpoint={endpoint};AuthType=aad;ClientId={ClientId of user-assigned identity}

There is no need to provide TenantId according to this link

Doc changes are on the way : )

Fixes:

Issue #1237

@terencefan terencefan force-pushed the aad-user-assigned-identity branch 2 times, most recently from ae83376 to b97ccc1 Compare March 18, 2021 03:14
@terencefan terencefan enabled auto-merge (squash) March 23, 2021 04:31
@terencefan terencefan force-pushed the aad-user-assigned-identity branch 2 times, most recently from ca6a6c2 to ad80d4d Compare March 23, 2021 04:52
@terencefan terencefan merged commit 2db1783 into Azure:dev Mar 23, 2021
@enijburg
Copy link

enijburg commented Apr 9, 2021

Hi Guys, previously the "Endpoint=https://nnn.service.signalr.net;AuthType=aad;" connection string worked for us in combination with IAM role 'SignalR App Server (Preview)' for AAD users and identities. Around 10 days ago we started to get 401 errors from clients connecting after negotiating with the Hub. if I change the connection string to the primary key from azure portal it works. Can this be related to this change>?

Thanks in advance

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.

3 participants