Skip to content
Snippets Groups Projects

Dev

Merged Martin Weise requested to merge dev into master
37 files
+ 526
306
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
3
@@ -27,7 +27,7 @@ The [User Interface](../../api/ui) for example refreshes the token on-the-fly by
@@ -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
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).
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
We use the widely accepted authentication protocol OpenID Connect for client authentication. Other protocols are, e.g.
are not used by DBRepo.
SAML2 which are not used by default in DBRepo.
\ No newline at end of file
\ No newline at end of file
Loading