DEVELOPER CENTER
Pathfix Consent Screen
5min
the javascript oauth libraries takes care of passing the relevant parameters to the consent screen internally but if you do choose to control the consent screen 1\ invocation through code url https //labs pathfix com/integrate/command querystring parameters param name description provider name of the provider from the provider reference https //docs pathfix com/provider reference public key your pathfix public key pathfix keys https //docs pathfix com/pathfix keys user id leave empty if using an identity provider, else use the user id for whom this is being done 2\ controlling post authorization action additional querystring parameters to redirect to a specified url post consent param name description consented redirect valid url consented action redirect note the page will be redirected to, like so consented redirect?provider= \&oauthid= additional querystring parameters to get a message on the opening window param name description consented redirect the window opener url consented action postmessage note the postmessage will send the data like so window\ postmessage({provider ,oauthid },"origin") additional querystring parameters to post details of authorization to another url without redirect param name description consented redirect the url endpoint to post to consented action post additional querystring parameters to get a message in your android or ios app param name description consented action postwebkitmessage note the postmessage will send the data like so window\ webkit messagehandlers pathfix postmessage({provider ,oauthid }) ensure that the name of the messagehandler defined in your native app is "pathfix" (all in lowercase)