IdP and SP Initiated SSO question

0
If my company plans to use combined IdP and SP initiated flow in the same app will a single certificate from the IdP be sufficient? Or will two certificates be required? And would who would be the issuer?
 
asked 1/27/2018 12:00:10 AM
add a comment

1 Answers

0
It's possible to have both Idp-initiated and SP-initiated. Our example for .NET Core (which will be released in a few days) demonstrates that. You can have one cert pair (public key and private key). In this case both sites have to have both private and public keys. Who signs the request is the issuer.
edited 1/27/2018 2:00:45 AM
answered 1/27/2018 1:47:06 AM
add a comment

Your Answer

Not the answer you're looking for? Browse other questions tagged asp.net mvc or ask your own question.