You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just set up an OIDC IDP with pocket-id that docspell can use to authenticate, and one thing that had me scratching my head at first was that there's no mention of the "final" URL on the docspell side that the authentication process will redirect to.
While it can be discovered with browser devtools or by reading the source code, I think it's better to just mention it: It's https://<docspell-base-hostname>/api/v1/open/auth/openid/<provider-id>/resume (:
Would you mind adding that to the documentation?
The text was updated successfully, but these errors were encountered:
I just set up an OIDC IDP with pocket-id that docspell can use to authenticate, and one thing that had me scratching my head at first was that there's no mention of the "final" URL on the docspell side that the authentication process will redirect to.
While it can be discovered with browser devtools or by reading the source code, I think it's better to just mention it: It's
https://<docspell-base-hostname>/api/v1/open/auth/openid/<provider-id>/resume
(:Would you mind adding that to the documentation?
The text was updated successfully, but these errors were encountered: