Skip to content

A library which consumes the Windows Azure Active Directory Graph API and makes it easier to build and use principals from a web tier

Notifications You must be signed in to change notification settings

azurecoder/azure-activedirectory

Repository files navigation

Elastacloud.WindowsAzure.ActiveDirectory

A library which consumes the Windows Azure Active Directory Graph API and makes it easier to build and use principals from a web tier.

This library has dependencies on the the Windows Azure AAL library which is downloable from Github and also the OData, EDM and Spatial libraries.

There are two projects. The library itself and the test project which shows how to use it.

In order to configure the test project add the following details to the app.config (relevant to your domain).

<appSettings> <add key="DomainName" value="example.onmicrosoft.com" /> <add key="AppPrincipalId" value="ffffffff-6c33-4b55-8aa4-ffffffffff" /> <add key="SymmetricKey" value="FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF=" /> </appSettings>

About

A library which consumes the Windows Azure Active Directory Graph API and makes it easier to build and use principals from a web tier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published