Skip to content
Snippets Groups Projects
Commit 2ae3f84a authored by simon louvet's avatar simon louvet
Browse files

ui migration to Sophie Design

parent 68510284
No related branches found
No related tags found
No related merge requests found
- var sdn = process.env.SDN || 'http://127.0.0.1:8000' - var sdn = process.env.SDN || 'http://127.0.0.1:8000'
- var cdn = process.env.CDN || 'https://cdn.happy-dev.fr' - var cdn = process.env.CDN || 'https://cdn.happy-dev.fr'
- var xmpp = 'https://jabber.happy-dev.fr/http-bind/' - var xmpp = 'https://jabber.happy-dev.fr/http-bind/'
\ No newline at end of file - var client_id= = 863031
...@@ -7,7 +7,7 @@ script(src="/lib/oidc-client.js") ...@@ -7,7 +7,7 @@ script(src="/lib/oidc-client.js")
script( script(
src="/lib/sib-oidc/sib-oidc.js" src="/lib/sib-oidc/sib-oidc.js"
data-authority=`${sdn}/openid/`, data-authority=`${sdn}/openid/`,
data-client_id='863031', data-client_id='${client_id}',
data-response_type='id_token token', data-response_type='id_token token',
data-scope='openid profile email', data-scope='openid profile email',
data-automaticSilentRenew='true', data-automaticSilentRenew='true',
......
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