Add Windows Azure AD Tenant as an Identity Provider using OAuth 2 endpoint -


im trying integrate windows azure ad tenant identity provider.

in order achieve able configure sample ad in azure 1. add access control namespace windows azure ad tenant. 2. add windows azure ad tenant access control namespace identity provider.

and azure provides oauth 2 endpoint also. question me how can token endpoint url, client id , client secret.

i appreciate if can point me how these values.

thank you, dharshana.

you not need use acs integrate application azure ad. further, if application web app , need single sign-on integration don't need use azure ad oauth either - sso using saml/wsfed/openidconnect should suffice. however, if web app needs access web apis on behalf of user (like directory graph api or office 365 apis) or if developing rich-client/mobile apps need call own apis on behalf of user, indeed need use azure ad oauth. topic explains pretty well: http://msdn.microsoft.com/en-us/library/azure/dn151122.aspx if indeed need clientid , client secret app, go app properties page in azure portal , clientid , create key. if haven't yet registered app in azure ad follow this: http://msdn.microsoft.com/en-us/library/azure/dn132599.aspx#bkmk_adding

hope helps.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -