fix(jans-casa): resolve session validator exception by imran-ishaq · Pull Request #12061 · JanssenProject/jans (original) (raw)

Description

Resolved the SessionValidationService exception on the jans-casa ui

Target issue

Agama compilation fails with "unable to resolve class io.jans.casa.core.SessionValidationService" error when accessing jans-casa URL. The SessionValidationService class was created in the main application but cannot be accessed by Agama scripts running in a different context, causing authentication flow to crash during TouchID verification.

closes #12045

Test and Document the changes

Please check the below before submitting your PR. The PR will not be merged if there are no commits that start with docs: to indicate documentation changes or if the below checklist is not selected.