OIDC App Sync-in #497
-
|
Sync-in keeps throwing up OIDC configuration errors, indicating that the first interaction with VoidAuth is not going as expected. Could there be a mismatch/miscommunication between VoidAuth and Sync-in'? |
Beta Was this translation helpful? Give feedback.
Answered by
notquitenothing
Jul 7, 2026
Replies: 1 comment 5 replies
-
|
Further details from the Sync-in logs: What does all this mean? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on that error message maybe a malformed issuer URL or redirect URL? The issuer URL should be copied from VoidAuth (OIDC Apps -> OIDC Information Dropdown -> OIDC Issuer Endpoint). For your issuer URL it looks like it should just be something like
https://syncin.example.com/api/auth/oidc/callback, it looks like it should take the form ofhttps://{your-sync-in-domain}/api/auth/oidc/callbackbut I am not sure