{% extends "social/loginproviders/_layout" %} {% import "_includes/forms" as forms %} {% set content %}
{{ 'Go to the {link}, create a new application or configure an existing one using the following settings:'|t('social', {link: ''~'{loginProvider} API Console'|t('social', { loginProvider: loginProvider.name })~''})|raw }}
{{ forms.textField({ readonly: true, label: "Redirect URI"|t('social'), value: loginProvider.getRedirectUri() }) }}{{ '{loginProvider} will provide you with a client ID and secret for your application.'|t('social', { loginProvider: loginProvider.name }) }}
{{ 'Copy the client ID & client secret from the {link}, and paste them in your config/social.php
file.'|t('social', { link: ''~'{loginProvider} API Console'|t('social', { loginProvider: loginProvider.name })~''})|raw }}