0

I'm trying to find out if it is possible for ADFS to send two types of tokens on one authentication ?

We have external systems working with JWT tokens but also systems with SAML tokens. We like to receive a JWT token and SAML token as a response on one authentication request to ADFS.

I was reading up on the following: https://learn.microsoft.com/nl-nl/azure/active-directory/authentication/concept-mfa-howitworks but this seems to be consecutive means of authentication not what I'm looking for

kenny
  • 1,157
  • 1
  • 16
  • 41

1 Answers1

1

No - it's either one or the other.

It's not an ADFS issue.

That behaviour is proscribed by the protocol.

rbrayb
  • 46,440
  • 34
  • 114
  • 174
  • Thanks for the explaination, as this is not my field of expertise it was hard to find any information on google – kenny Aug 21 '18 at 05:31