meancrazy / LINQPadOData4

OData v4 LINQPad dynamic driver
MIT License
24 stars 15 forks source link

Would it be possible to add OAuth2? #1

Open michaelaltmann opened 8 years ago

meancrazy commented 8 years ago

What services you want to connect using OAuth2?

michaelaltmann commented 8 years ago

The service are hosted in Azure and require Azure Active Directory authentication.

meancrazy commented 8 years ago

Problem with OAuth2: you'll need to register the client on Azure. I don't want to realize this feature. You can use example from https://github.com/Azure-Samples/active-directory-dotnet-native-headless and add Asure AD authentication for fork of my plugin.

rbev commented 3 years ago

You can always just delgate the client registration to the user and have them provide the clientID guid - they'll have to talk to AD admin to give it access to the target service (e.g. CRM/Dataverse) apis anyway