Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Merge requests
!369
Master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Master
master
into
release-1.6
Overview
0
Commits
2
Pipelines
0
Changes
37
Merged
Martin Weise
requested to merge
master
into
release-1.6
6 months ago
Overview
0
Commits
2
Pipelines
0
Changes
37
0
0
Merge request reports
Compare
release-1.6
release-1.6 (base)
and
latest version
latest version
b94df3fa
2 commits,
6 months ago
37 files
+
526
−
306
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
37
.docs/concepts/authentication.md
+
3
−
3
View file @ b94df3fa
Edit in single-file editor
Open in Web IDE
Show full file
@@ -27,7 +27,7 @@ The [User Interface](../../api/ui) for example refreshes the token on-the-fly by
of an expired access token, requests a new one without having to terminate the request. This happens only once after the
access token has expired (after e.g. 15 minutes).
## OpenID Connect
(OIDC)
## OpenID Connect
We use the widely accepted authentication protocol OIDC for client authentication. Other protocols are e.g. SAML2 which
are not used by DBRepo.
\ No newline at end of file
We use the widely accepted authentication protocol OpenID Connect for client authentication. Other protocols are, e.g.
SAML2 which are not used by default in DBRepo.
\ No newline at end of file
Loading