Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Forum: Plugins
    In reply to: sso_sp.php Adding Roles
    Thread Starter pacman_d

    (@pacman_d)

    Wanted to add that the Role is alive and well as I have added them manually and subsequently added the user to the role as well.

    I am even getting the expected result when the user logs in as the content available is filtered based on the Role that his user account is associated with.

    The only thing I need at this point is the ability to have the inbound CLAIM matched and the user added to the group similarly to how it works with the Admin, Author and Subscriber Roles.

    I have tried debugging in fiddler and various debugging utils in WordPress but just cant seem to nab it.

    Link to the Variables available when updating the form

    As you can see, the variables are there, and should theoretically post the same as the rest of the attributes.. I am sure that I am just missing something.

    I just need a lil help i think!

    Thanks again!

    Looks like that ShortCodes-Anywhere works with eyesonly!

    One issue that I am having however.

    So I have this block of code in a widget that displays links:

    <ul>
    [eyesonly logged="in" hide="yes" pp_group="11"]
    <li><a target="_blank" href="http://ramsreports.cfins.com/">Claims Assure Loss Runs</a></li>
    <li><a target="_blank" href="http://claimsassurecluster.cfins.com:8080/loginapplication/LoginPage.jsp">Claims Assure Production</a></li>
    <li><a target="_blank" href="https://ciaapp.cfins.com/">Claims Information Access</a></li>
    <li><a target="_blank" href="http://ssrs.cfins.com/Reports/Pages/Folder.aspx?ItemPath=/Claims+Assure&ViewMode=List">Claim Reports</a></li>
    <li><a target="_blank" href="http://ssrs.cfins.com/Reports/Pages/Report.aspx?ItemPath=/Claims+Assure/Workload/Claim+Workload+Report">Claims Workload Report</a></li>
    [/eyesonly]
    
    [eyesonly logged="in" pp_group="11"]
    <li><a target="_blank" href="http://jromemord2.cfins.com/">Risk Management Tool</a></li>
    [/eyesonly]
    [eyesonly logged="in" hide="yes" pp_group="11"]
    <li><a target="_blank" href="http://vtech.crawco.com/">Vehicle Damage Appraisal</a></li>
    [/eyesonly]
    </ul>

    I have one user that is in the PP-Group 11 and he sees the one link he is supposed to see with everything else hidden. TERRIFFIC!!!

    The issue I am having is that other users are also only seeing the one link. I am not familiar with the nesting of groups in the eyesOnly tags so maybe if i had an example of how I should tag this scenario that would be terrific.

    Basically, I am trying to allow some users access to a link while hiding that same link from everyone else (and vice/versa).

    I also don’t have access to the meta creator in the widget text area so i have to go out to a page edit to generate the code.

    Thanks for this terrific tool though, really loving the possibilities here.

    Best,

    P

    Hey Can you tell me what you did to address this?

    I just stumbled across the same issue after upgrading to 3.9.2. If it is something outside of the update then it has me stumped..

    Please do tell!

    Thanks!

    P

    Hey David,

    I was able to successfully integrate our WP site with our STS solution.

    You are a lifesaver man.
    Works great!

    THANK YOU!!

    Hey David,

    You know I was beginning to think that I was missing something with this one. 🙂

    Really appreciate you taking the time to share your findings! What you say now makes it all fall in line with what I was struggling with.

    I will check out what you have put together, re-work what I have and report back.

    Thanks again! REALLY Appreciate this!

    Hey fellas,

    Nice catch and thanks for taking the time to put this up. Just to be clear, when you say “white list”, are you intimating that I drop

    if (strpos($_SERVER["REQUEST_URI"], "saml-20-single-sign-on")) {
    	return;
    }

    In the header file above the <?php force_login();?> entry?

    Just feeling my way around what is possible here.
    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)