Commit Graph

14 Commits

Author SHA1 Message Date
eikek
9ecd11ed7f Update jwt-circe 2023-11-05 23:43:17 +01:00
eikek
3fc72cedac Allow to skip login page if a single oidc provider is configured 2022-07-08 17:09:56 +02:00
eikek
e9cb3d2b42 Better logging in oidc flows 2022-07-07 15:22:26 +02:00
eikek
2e5ad4960b Add a state parameter to oidc flow
Refs: #1619
2022-07-07 15:22:26 +02:00
Helvio Pedreschi
45ae99537d
Add state to oidc uri
Should fix #1619 - Cannot compile offline to test. I am not familiar with SBT.
2022-07-01 14:38:07 -04:00
eikek
e483a97de7 Adopt to new loggin api 2022-02-19 21:41:38 +01:00
eikek
617f931a14 Remove unused code 2021-09-23 09:27:44 +02:00
eikek
9013f2de5b Update scalafmt settings 2021-09-22 17:23:24 +02:00
eikek
9785db0683 Change license header of all files 2021-09-21 22:35:38 +02:00
eikek
28fdeb5a93 Fixing http redirect status codes 2021-09-06 11:40:47 +02:00
eikek
468ba90158 Fix OTP authentication for external accounts 2021-09-06 01:07:31 +02:00
eikek
8158e36d40 Improve logging and rename oauth->openid 2021-09-06 00:29:19 +02:00
eikek
f8362329a9 Authenticate with external accounts using OIDC
After successful authentication at the provider, an account is
automatically created at docspell and the user is logged in.
2021-09-05 21:39:30 +02:00
eikek
b73c252762 Implement authentication via OpenIdConnect and OAuth2
The new subproject "oidc" handles all the details for working with an
OpenID Connect provider (like keycloak) or only OAuth2 - only
supporting the "Authorization Code Flow" for both variants.
2021-09-05 17:32:15 +02:00