KSH
KSH

Reputation: 153

Usage of Identity Server with ADFS

Currently my system is configured to get security tokens through identity server. We plan to change this to use ADFS and Identity server for authentication for AD users and others.

I need a workable code which makes calls to ADFS which intern invokes or calls identity server for users with forms authentication.

I went through many articles, but I am unable to code this logic. I may be missing something as I am new this concepts.

Appreciate your earliest response.

Upvotes: 0

Views: 776

Answers (1)

rbrayb
rbrayb

Reputation: 46720

You mean the open-source Identityserver?

If so, you don't need code. You just have to federate IdentityServer and ADFS.

On the ADFS side, this involves configuring IdentityServer as a Claims Provider and / or a RP - depending on who you want to use as IDP's.

Upvotes: 2

Related Questions