You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been reading through the documentation and I'm unable to figure out if it is possible for a non php application to hook back into the jasny sso.
Use Case:
SSO implemented on a main project built in PHP and Third party application (for example java project) using the main project's sso server to do the following
Login
Generate token
Validate session which was generated on main project site.
Is this new functionality that would have to be developed on top of the jasny codebase or is the reason why this functionality does not exist already??