azure - Query Parameters for microsoft wsfed common endpoint to login.microsoftonline.com -


i using owin wsfederation package waad sign-in on windows azure.

my problem want pass id=501358 https://login.microsoftonline.com/login.srf , don't know if that's possible. redirecting users https://login.windows.net/common/wsfed again redirects login.microsoftonline.com not pass query strings along. make more clear:

i redirecting to:

https://login.windows.net/common/wsfed?wtrealm=https%3a%2f%2fdemo009.s-innovations.net&wctx=blablabla&wreply=https%3a%2f%2flocalhost%3a44309%2f&wa=wsignin1.0 

based on the wsfederationmessage

that gets redirected to:

https://login.microsoftonline.com/login.srf?wa=wsignin1.0&wreply=https%3a%2f%2flogin.windows.net%2fcommon%2fwsfed&wp=mbi_fed_ssl&wctx=blablabal 

i want &site_id=501358 added login.microsoftonline.com/login.srf , understanding wctx pass state around when comes site.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -