Single-Sign-ON confusion

(8 posts) (2 voices)
  1. bushraj, Member

    Hey ,

    I have change the enviorment settings to SSO where

    token is randomly generated.
    SSO Server URL:http://myweb.com (For example)

    Now it redirects to the login page of myweb.com after successful login how i can bring it back to the mydbr main page of that user.

    My scenario is i want to login form my web and then use mydr and its reports.

    How can i do it? Kindly reply..

    Regards,

    Bushra

  2. myDBR Team, Key Master

    You have to implement the Single Sign-On protocol described in the documentation.

    See also the included examples found in mydbr/user/sso.

    --
    myDBR Team

  3. bushraj, Member

    yes , I tried them but how can we specify the redirect link for SSO. Can you give some example here like :

    http://tpstracker5/mydbr/username/password..

    How it will differentiate among users ..

    kindly Help.

  4. myDBR Team, Key Master

    Did not quite understand your question.

    Please read through the documentation about Single Sign-On, especially the 'Authentication protocol' part. There you have step-by-step instructions what happens in login. Also, take a look at the supplied example implementation, which contains a full working example.

    We also do provide consultation services that you can purchase from myDBR shop.

    --
    myDBR Team

  5. bushraj, Member

    Can you post a sample URL for single sign on containing username and password .. Em having issues in constructing a URL.. How it will read the username and password dynamically.

    Thanks.

  6. myDBR Team, Key Master

    The password is never transmitted in the SSO protocol between the systems so it will not be part of the URL's.

    The Single Sign-On functionality means that you do have an system / server you do the authentication from. It usually is another system like the SugarCRM / phpBB examples in myDBR documentation / distribution.

    Please see the examples in documentation.

    --
    myDBR Team

  7. bushraj, Member

    Hey,

    I want to use SSO with Process Maker(BPM). For Example : For the first time user logged in from Process maker and from their it re directs to the account of mydbr of that same user.

    The URL for Process maker login page is :

    http://myweb/sysworkflow/en/green/login/login.html

    Now for this i have done the following changes in Environment Settings:

    SSO secret token : Generated from a Randomize button
    SSO Server URL : http://myweb/sysworkflow/en/green/login/login.html

    Now what else I need to do? From where I can pass that Process maker username to mydbr?

    Really stuck. Little detail is needed. Please help..

    Thanks,
    Bushra

  8. myDBR Team, Key Master

    Bushra,
    You need to implement the myDBR Single Sign-On authentication protocol described in the documentation.

    To make it short, the Single Sign-On server takes request from myDBR, checks user's session from Process Maker and returns user and group information back to myDBR. If the user is not logged in to the Process Maker, it will call Process Maker to allow user to log in.

    In addition to the documentation's protocol description, myDBR distribution includes also fully working example code for Single Sign-On authentication protocol implementations for both simple demo use case and real life example to phpBB. You need a similar implementation for Process Maker.

    --
    myDBR Team


Reply

You must log in to post.