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
- Static code analysis has been run locally and issues have been fixed
- Relevant unit and integration tests have been added/updated
- Relevant documentation has been updated if any (i.e. user guides, installation and configuration guides, technical design docs etc)
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.
- I confirm that there is no impact on the docs due to the code changes in this PR.