Showing results for OAuth - Developer Support

Jun 29, 2022
1
0

Azure AD OAuth client credential flow with custom certificate walk-through

Developer Support
Developer Support

Nicola Delfino demonstrates how to use a certificate to request an access token to Azure Active Directory, using the OAuth 2.0 client credential flow You can use the OAuth 2.0 client credentials grant specified in RFC 6749, to access web-hosted resources by using the identity of an application. This type of grant is commonly used for server-...

OAuth2AADOAuth
Apr 8, 2020
0
0

Integrate Azure API Management with Okta

Developer Support
Developer Support

In this post, App Dev Manager Chris Hanna explains how to integrate Okta with Azure API Management for authentication.

SecurityAPI ManagementOAuth
Jun 17, 2019
0
0

Choosing the OAuth2 grant flow

Developer Support
Developer Support

Premier Dev Consultant Marius Rochon explores OAuth2 questions you need to ask and how the answers lead to the selection of the grant. The OAuth2 specifications define six different grant types (https://tools.ietf.org/html/rfc6749 and https://tools.ietf.org/html/draft-ietf-oauth-device-flow-15). Each provides the most optimal (from the ...

TeamAuthenticationMarius Rochon
Feb 19, 2019
0
0

Handling Error AADSTS54005

Developer Support
Developer Support

On November 15, 2018 an update to Microsoft Azure Active Directory was released to bring AAD in line with the OAuth specification. This update prevents an authorization code from being used to obtain access tokens for multiple resources. The full release notes for this change can be found here.

Azure ADAuthenticationOAuth
Nov 20, 2015
0
0

Using OAuth2 with SOAP

Developer Support
Developer Support

Premier Development Consultant Marius Rochon explores the combination of Universal App Platform (UAP) with SOAP using OAuth2 protocol for authentication. One possible application of this approach might be migrating from WCF to REST and/or needing to mix REST and SOAP services. Although the sample uses a UWP client, the same code would apply to ...

.NETMarius RochonREST

Feedback