user25010
user25010

Reputation: 25

ADFS 3.0 and JWT token

We have a ADFS server farm running version 3.0. Right now, we have it enabled to authenticate 3rd party vendor applications. We are planning to leverage this existing server farm to generate a JWT token for it to be consumed by our in-house custom applications. Does anyone know the steps to be followed for generating a JWT token which returns all the AD groups associated with the user?

Configuration - Windows Server 2012 R2, ADFS 3.0. Can use either OAuth or SAML.

Please help.

Upvotes: 2

Views: 3884

Answers (1)

rbrayb
rbrayb

Reputation: 46720

This link should help.

Note that you should really use OpenID Connect for authentication but that's not available on ADFS 3.0. Also the user case for ADFS 3.0 OAuth is web API not application.

Upvotes: 2

Related Questions