OAuth 2 in ADFS - nordvall/TokenClient GitHub Wiki

For the basics, see OAuth 2 overview.

Capabilities

ADFS plays the Authorization Server role in OAuth 2 terms.

ADFS versions prior to 3.0 (Windows Server 2012 R2) have no support for OAuth.

Supported flows

ADFS 3.0 supports these flows:

OAuth grant AzureAD support
Authorization Code Supported
Implicit Not supported
Client credentials Not supported
Resource owner password credentials Not supported

Endpoints

Token endpoint: https://youradfsserver/adfs/oauth2/token

Authorization endpoint: https://youradfsserver/adfs/oauth2/authorize

Glossary

OAuth 2 term ADFS name
Resource Server Relying Party
Client AdfsClient

External references