SSO API

  1. SSO User Information :: (http://demo.jumbolabs.com/join/sso/web/index.php/v1/ssouserinformation)
  2. SSO Module Information :: (http://demo.jumbolabs.com/join/sso/web/index.php/v1/ssomoduleinformation)
  3. SSO Module Permission Information :: (http://demo.jumbolabs.com/join/sso/web/index.php/v1/ssomodulepermission)
  4. SSO Role Information :: (http://demo.jumbolabs.com/join/sso/web/index.php/v1/ssoroleinformation)
  5. SSO User Access Right :: (http://demo.jumbolabs.com/join/sso/web/index.php/v1/ssouseraccessright)
  6. SSO User Role :: (http://demo.jumbolabs.com/join/sso/web/index.php/v1/ssouserrole)
  7. SSO User Token :: (http://demo.jumbolabs.com/join/sso/web/index.php/v1/ssousertoken )

LOGIN METHOD - POST

  • Params
    • email - required
    • password - required
    • module_tag - required
    • hmac - required (sha1 of email, password, module_tag and hkey provided by SSO to module and sequence should be same)
Login Level2 http://demo.jumbolabs.com/join/sso/web/index.php/v1/auth/level2

LOGIN METHOD - POST

  • Params
    • registration_number - required
    • password - required
    • module_tag - required
    • hmac - required (sha1 of registration_number, password, module_tag and hkey provided by SSO to module and sequence should be same)
Is Token Active http://demo.jumbolabs.com/join/sso/web/index.php/v1/auth/istokenactive

IS TOKEN ACTIVE METHOD - POST

  • Params
    • token - required
    • module_tag - required
    • hmac - required (sha1 of token, module_tag and hkey provided by SSO to module and sequence should be same)
Delete Token http://demo.jumbolabs.com/join/sso/web/index.php/v1/auth/deletetoken

DELETE TOKEN METHOD - POST

  • Params
    • token - required
    • module_tag - required
    • hmac - required (sha1 of token, module_tag and hkey provided by SSO to module and sequence should be same)