Appearance
Linked Providers
With the linked_providers
tag you can connect multiple providers to your account
The tag
{exp:reinos_sso:linked_providers}
Tag Parameters
Below are the Tag Parameters. Those parameters can be used in the tag described above, Default to the current_url
.
return
the return url where the user will be redirected after logged in
return=""
no_email_return
Give a return url for when the email is unavailable from the social channel. Default to the return
param.
Only used for the {provider_connect_link}
no_email_return=""
new_member_return
the return url for when the user is new. Default to the return
param
Only used for the {provider_connect_link}
new_member_return=""
Variables
Below are the variables. Those variables can be used in the tag described above
provider_connect_link
The connect link to a provider
{exp:reinos_sso:linked_providers}
{provider_connect_link}
{/exp:reinos_sso:linked_providers}
provider_disconnect_link
The disconnect link to a provider
{exp:reinos_sso:linked_providers}
{provider_disconnect_link}
{/exp:reinos_sso:linked_providers}
provider_name
The Provider name
{exp:reinos_sso:linked_providers}
{provider_name}
{/exp:reinos_sso:linked_providers}
provider_is_connected
Variable to check if a user is connected
{exp:reinos_sso:linked_providers}
{if provider_is_connected}
<a href="{provider_disconnect_link}">Disconnect from {provider_name}</a>
{if:else}
<a href="{provider_connect_link}">Link with {provider_name}</a>
{/if}
{/exp:reinos_sso:linked_providers}