Created
July 11, 2012 03:20
-
-
Save woloski/3087770 to your computer and use it in GitHub Desktop.
ws-fed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://{identityprovider-url}? | |
wa=wsignin1.0 -- signin verb. This is fixed. | |
wtrealm={your-application-identifier} -- logical identifier of your application. | |
wctx={context-information} -- [optional] contextual information that you want to keep around (e.g.: wctx=ru=/home/some-deep-link this would the original url the user was navigating to) | |
whr={identity-provider-identifier} -- [optional] hint the idp to use a specific identity provider (e.g.: whr=urn:Google) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment