Issue trying to login an OIDC user into the webui #3132
hollow3464
started this conversation in
Community Discussions
Replies: 1 comment 1 reply
-
|
As the error indicates, the issuer in the JWT token does not match the issuer in the discovery document. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
When trying to login into the webui using an user provisioned through OIDC using authentik (I created an application using "stalwart-webui" for the clientId), the request is rejected with an InvalidIssuer error. Tried leaving the directory aud field empty, using "stalwart-webui" for the aud (this is what admin panel sends). Other clients work, I have a bulwark installation that works without issue using a different clientId using that client value for the aud or leaving the aud field empty
Expected Behavior
No response
Actual Behavior
No response
Reproduction Steps
No response
Relevant Log Output
No response
Stalwart Version
v0.16.x
Installation Method
Docker
Database Backend
RocksDB
Blob Storage
RocksDB
Search Engine
Internal
Directory Backend
Internal
Additional Context
No response
I acknowledge that:
traceand included relevant log output if applicable.Beta Was this translation helpful? Give feedback.
All reactions