azure - Using ADAL in .net 3.5 -
i have azuread registered web api working correctly. able acquire access token means of acquiretokenasync. no problems there. however, no need downgrade rest client library .net 3.5. not being able use adal in .net 3.5. acquiretokenasync returns task, not supported in 3.5. have read in tutorials there non async verstion of method (acquiretoken) here. can't access method. also, when try install specific version of adal(2.19.208020213) nuget error saying there no version supported .net 3.5
what doing wrong?
update
i trying find out version of adal targets .net 3.5 can install in project.
update 2
if adal not supported in .net 3.5, options obtain authorization token azure ad in .net 3.5?
the library supports 4.5 because async support added in .net release. may need dig old versions of library older .net sdk work. lose significant big fixes , features.
Comments
Post a Comment