1. {{configureGeneral}}

{{> social/_callback callBackHelp=generalHelp admin=adminCallback enduser=enduserCallback}}
2. {{t "templates.socialProviders.enterConfigure"}}

{{t "templates.socialProviders.oAuthGeneralHelp"}}

{{> form/_basicInput value=client_id label="templates.socialProviders.clientId" property="client_id" noValidation="true"}}
{{> form/_tagSelectize value=scope label="templates.socialProviders.scope" property="scope" noValidation="true" helpKey="templates.socialProviders.scopeHelp" }}
{{> form/_basicInput value=authorization_endpoint label="templates.socialProviders.authorizationEndpoint" property="authorization_endpoint" noValidation="true"}} {{> form/_basicInput value=token_endpoint label="templates.socialProviders.tokenEndpoint" property="token_endpoint" noValidation="true"}} {{> form/_basicInput value=userinfo_endpoint label="templates.socialProviders.userInfoEndpoint" property="userinfo_endpoint" noValidation="true"}} {{> form/_basicInput value=well-known label="templates.socialProviders.wellKnown" property="well-known" noValidation="true"}}