jasny / sso

Simple Single Sign-On for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to generate a token using jasny sso from an external non php project?

efernandes-dev-ops opened this issue · comments

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

  1. Login
  2. Generate token
  3. 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??

@jasny

I have encountered exactly same problems. What did you do for the third party application to be a single sign-on?
Please share your information for me. Thank you.

@efernandes-dev-ops

@sayakan Apologies, based on jasny recommending not to use this in production we decided to use another iam provider

@efernandes-dev-ops

Thank you for sharing your information. We decided to use this app changed as our production. and also added some security stuff.

commented

@sayakan Apologies, based on jasny recommending not to use this in production we decided to use another iam provider

Do you mean the developer @jasny not recommending to use this library in production env?

@efernandes-dev-ops

@lipflip look at the date of the comment

@jasny Can you confirm whether this is correct?

Apologies, based on jasny recommending not to use this in production we decided to use another iam provider

We're considering using this project but would like some comment on this.

The library is stable. Consider it as quick and simple solution. If you're making an enterprise grade application, maybe use something else.