We are facing a critical authentication issue on our DSpace 7.6.1 instance that is preventing all users from logging in via OIDC, effectively halting repository operations.
We have configured OIDC authentication against Azure AD. The external authentication process with Azure completes successfully, but upon redirecting back to DSpace, the user is not recognized and is immediately returned to the login page, creating an infinite loop.
We have verified that the corresponding user accounts do exist in DSpace, so we expected a seamless login. Since this is our primary authentication method, our repository is currently inaccessible to our community.
Could you please provide urgent guidance on:
Which specific parts of the OIDC authentication code we should inspect to diagnose this redirect/session recognition problem?
How to enable detailed debug logging for the OIDC flow to trace the user's information as it's received and processed by DSpace?
Any help you can provide would be greatly appreciated. This is a high-priority issue for us.
Thank you,