Dynamic Callback URL
Applies to : Enterprise or Higher version
- This feature allows you to specify a custom redirect URL.
- This URL will be sent to the server as the redirect_uri parameter.
- This feature can be used to redirect the user to your application where you will use the code/access_token as required.
This is particularly helpful if you have more than one websites where you want to SSO the users. - You can configure this feature by navigating to Sign In Settings -> Advanced Settings -> Dynamic Callback URL.
- Enter the URL to use as
redirect_uri
parameter. By default, plugin uses your website’s base URL as redirect parameter.
To know more about
redirect_uri
, please refer the Misc. Section, What is redirect_uri ?