Code Monkey home page Code Monkey logo

Comments (9)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
Which authentication source are you using? (UserPass.php or External.php)
Which version of Drupal? (6 or 7)

Original comment by [email protected] on 16 Dec 2012 at 12:12

from drupalauth.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
External.php, Drupal 7. Thanks for the quick reply!

(Is there an IRC channel for SSP? :))

Original comment by kevin.kaland on 16 Dec 2012 at 10:46

from drupalauth.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
I suspect the issue is with the WordPress integration. Here's what I would do 
to test it:
1) Go to the SimpleSAMLphp SP installation page (the one for WordPress)
2) Under the Authentication Tab, click "Test configured authentication sources"
3) Click on the SP (default-sp?) that is connected to the the IdP that uses 
drupalauth
4) When presented with the Drupal login page, login
5) Return to the Drupal site and logout of Drupal
6) Repeat steps 2 and 3, if you are presented with the Drupal login page then 
drupalauth and the two instances of SimpleSAMLphp are working fine, it's the 
WordPress plugin

Original comment by [email protected] on 18 Dec 2012 at 5:22

from drupalauth.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
Oh, I have actually already done that I realized. What I am really asking
is how to make the plugin support it. What function should it call to ask
the SP to determine if we are logged in or not so that it can log the user
out on the next WP page load?

Original comment by kevin.kaland on 6 Jan 2013 at 6:42

from drupalauth.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
[deleted comment]

from drupalauth.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
I'm facing the same Issue Kevin, did you solve the problem? It's possible to 
logout sp when i logout from idp?

Original comment by [email protected] on 25 Feb 2014 at 4:53

from drupalauth.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
Same here. When logging out of the drupal site after doeing steps 1 to 5, and 
wanting to do step 6, i am already logedin when pressing the SP link in step 3.

Original comment by [email protected] on 15 May 2014 at 12:14

from drupalauth.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
For me it is fixed. The logout link in the SimpleSAML interface was wrong it 
had:
url?as=default-sp?as=default-sp&logout
instead of:
url?as=default-sp&logout

I am using nginx, and had some more issues; the following fixes it: 
https://github.com/HTML24/WAYF/wiki/Frequent-Errors-List
public static function selfURLNoQuery() {
    $url = self::selfURL();
    $url = strtok($url, '?');
    return $url;
}

More reading: 
https://groups.google.com/forum/?fromgroups=#!topic/simplesamlphp/EERTQ5zvQsA

Original comment by [email protected] on 15 May 2014 at 1:30

from drupalauth.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
But doesn't SAML support logging out of SP users when IdP is logged out? It 
cannot be so that the SP application has to check the IdP on every page load if 
the user is logged in or not in IdP, major performance issues with that.

Also logging out in one SP should trigger logout on all other SPs which the IdP 
is aware of. Does this module support that? Or should the toolkit take care of 
it when it receives a logout request from any SP application?

Original comment by [email protected] on 8 Aug 2014 at 7:57

from drupalauth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.