Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
knowledgebase-front
Manage
Activity
Members
Labels
Plan
Issues
19
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Applications
Knowledge Base
knowledgebase-front
Commits
8081b3da
Commit
8081b3da
authored
5 years ago
by
Benoit Alessandroni
Browse files
Options
Downloads
Patches
Plain Diff
Fixing the openid prefix
parent
7d9c21e4
No related branches found
Branches containing commit
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/includes/header.pug
+10
-1
10 additions, 1 deletion
src/includes/header.pug
with
10 additions
and
1 deletion
src/includes/header.pug
+
10
−
1
View file @
8081b3da
...
...
@@ -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',
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment