mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
7 lines
242 B
HTML
7 lines
242 B
HTML
|
|
<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>
|