1
votes

Here's the situation and what should i do now

and it worked great, I got the token. But now what, how do i set the Single Sign On cookie that ADFS 2.0 sets FedAuth,FedAuth1

1
Just to clarify - you now have a token in the relying party application and want to set a session cookie?leastprivilege
@leastprivilege hmm nope. I have a token from the ADFS, what do i do next, how do i set the Single Sign On cookie that ADFS sets if i had done these extra stuffDeeptechtons
"I have a token from the ADFS" - where is that code physically running?leastprivilege
@leastprivilege thanks for getting back, the code is running in the customized ADFS FormsSignIn.aspx page, that has been modified to authenticate against SQL for authentication but also authenticates against ADDSDeeptechtons

1 Answers

1
votes

You ultimately need to call SignIn on the base class passing in either a token or a username/password of an AD account. That's all you can do.