Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-warpzone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
infrastruktur
ansible-warpzone
Commits
edc1a5da
Commit
edc1a5da
authored
3 months ago
by
Christian Elberfeld
Browse files
Options
Downloads
Patches
Plain Diff
oidc dokumentation
parent
c98b0658
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testserver/docker_matrix/templates/README
+5
-1
5 additions, 1 deletion
testserver/docker_matrix/templates/README
testserver/docker_matrix/templates/synapse-data/homeserver.yaml
+1
-1
1 addition, 1 deletion
...rver/docker_matrix/templates/synapse-data/homeserver.yaml
with
6 additions
and
2 deletions
testserver/docker_matrix/templates/README
+
5
−
1
View file @
edc1a5da
the rest-auth_provider is from https://githubcom/ma1uta/matrix-synapse-rest-password-provider/
Funktionierende oidc-Konfiguration mit authentik
- https://www.youtube.com/watch?v=MwOh4NvPdtQ
- https://github.com/matrix-org/tutorial-oidc-playground
This diff is collapsed.
Click to expand it.
testserver/docker_matrix/templates/synapse-data/homeserver.yaml
+
1
−
1
View file @
edc1a5da
...
...
@@ -105,7 +105,7 @@ oidc_providers:
config
:
subject_claim
:
"
preferred_username"
localpart_template
:
"
{%
raw
%}{{
user.preferred_username
}}{%
endraw
%}"
display_name_template
:
"
{%
raw
%}{{
user.
preferred_user
name
}}{%
endraw
%}"
display_name_template
:
"
{%
raw
%}{{
user.name
}}{%
endraw
%}"
email_template
:
"
{%
raw
%}{{
user.email
}}{%
endraw
%}"
...
...
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