Skip to content
Snippets Groups Projects
Commit 8081b3da authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Fixing the openid prefix

parent 7d9c21e4
No related branches found
No related tags found
Loading
......@@ -20,10 +20,19 @@ sib-widget(name='account-user-name')
button(role='log in' onclick="document.querySelector('sib-auth').login();") Login
#resources(hidden).no-sidebar
include home.pug
#resource-create(hidden).no-sidebar
sib-link(class="backlink", next="resources") Back
include resource/create.pug
sib-auth
sib-auth-provider(
class="sib-auth-provider"
data-authority=`${sdn}/openid/`
data-authority=`${sdn}`
data-client_id=`${client_id}`,
data-id="coopstarter"
data-response_type='id_token token',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment