-
Notifications
You must be signed in to change notification settings - Fork 65
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
Method not found: 'Void Microsoft.IdentityModel.Clients.ActiveDirectory.PlatformParameters..ctor(Microsoft.IdentityModel.Clients.ActiveDirectory.PromptBehavior)'. #202
Comments
What was the solution?? |
I bypassed ADAL for the most part.
|
Is this fixed? I am still getting this error. I am using the sample code from this documentation: I am trying to use the azure AD authentication to connect to Azure storage |
Don't know but the new media services v3 is much easier to work with and
faster.
…On Wed, Mar 6, 2019, 11:10 AM shudson302 ***@***.***> wrote:
Is this fixed? I am still getting this error. I am using the sample code
from this documentation:
https://docs.microsoft.com/en-us/azure/storage/common/storage-auth-aad-app
I am trying to use the azure AD authentication to connect to Azure storage
testXF.zip
<https://github.com/Azure/azure-sdk-for-media-services/files/2937854/testXF.zip>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#202 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADhVd_SfTRjZYD68rAwfFkHy96jhnyMAks5vUBKMgaJpZM4TIxMw>
.
|
Same problem here. |
Hi, Please let us know if there is a reason or missing features for why you would not be able to migrate to v3. |
#please-close |
From @CarlosOnline on April 5, 2018 13:11
Missing method: Microsoft.IdentityModel.Clients.ActiveDirectory.PlatformParameters..ctor is missing for .net core 2.0.3.
Is there any way to resolve this issue?
Error:
Message=Method not found: 'Void Microsoft.IdentityModel.Clients.ActiveDirectory.PlatformParameters..ctor(Microsoft.IdentityModel.Clients.ActiveDirectory.PromptBehavior)'.
Source=Microsoft.WindowsAzure.MediaServices.Client.Common.Authentication
Code:
Exception
Copied from original issue: aspnet/Configuration#806
The text was updated successfully, but these errors were encountered: