openid connect - How to call Azure AD Graph API in case of web application that uses WS-Federation to sign-in users from a single Azure Active Directory tenant -


based on code sample mentioned @ url: https://github.com/azure-samples/active-directory-dotnet-webapp-wsfederation , implemented application uses ws-federation (asp.net ws-federation owin middleware) authenticate users azure ad tenant. looking approach query graph api later in application fetch additional claims information required application point of view.

here in scenario, know whether possible query graph api or not. need update existing ws-federation protocol openid connect.

can me provide guidance here.

the ideal move openid connect, allow take care of both sign in , api in single setup , flow. if want stick current ws-fed setup, can layer oauth2 on top of implementation , retrieve access token need time after sign in. have sample showing that, see https://azure.microsoft.com/en-us/resources/samples/active-directory-dotnet-webapp-webapi-oauth2-useridentity/


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -