blob: 49282fc18b547e91a09838d8f28686e7ccde036f (
plain)
1
2
3
4
5
6
|
<template name="configureLoginServiceDialogForOidc">
<p>
You'll need to create an OpenID Connect client configuration with your provider.
Set App Callbacks URLs to: <span class="url">{{siteUrl}}_oauth/oidc</span>
</p>
</template>
|