- Posts: 3
Help please SSO breaks with cb_login
- zaid
- Topic Author
- Offline
- New Member
-
Less
More
14 years 3 months ago - 14 years 3 months ago #1
by zaid
Help please SSO breaks with cb_login was created by zaid
Hi,
I am running Joomla 1.5 with moodle 2.1 and latest joomdle R0.7
my joomdle installation and SSo works fine. By logging into joomla front end and then clicking on moodle courses it redirects to moodle course page no issues. This is with joomla generic login.
I then installed CB and this are fine as well, until I enable the cb_login. With cb_login, the login on front end joomla works fine but moodle links dont redirect to moodle and the page just reloads ( I have moodle front page disabled and the login page used is joomla front end).
The moment I remove cb_login and put the generic login back, SSO works fine.
I tried enabling and disabling redirectless SSO but to no avail.
any ideas? I really need the ability of custom registration forms hence the use of CB is must
I am running Joomla 1.5 with moodle 2.1 and latest joomdle R0.7
my joomdle installation and SSo works fine. By logging into joomla front end and then clicking on moodle courses it redirects to moodle course page no issues. This is with joomla generic login.
I then installed CB and this are fine as well, until I enable the cb_login. With cb_login, the login on front end joomla works fine but moodle links dont redirect to moodle and the page just reloads ( I have moodle front page disabled and the login page used is joomla front end).
The moment I remove cb_login and put the generic login back, SSO works fine.
I tried enabling and disabling redirectless SSO but to no avail.
any ideas? I really need the ability of custom registration forms hence the use of CB is must
Last edit: 14 years 3 months ago by zaid.
Please Log in or Create an account to join the conversation.
- zaid
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
14 years 3 months ago #2
by zaid
Replied by zaid on topic Re: Help please SSO breaks with cb_login
can anyone help me, or guide me to the steps people take to implement community builder, what login module you use on front page?
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
14 years 3 months ago #3
by Antonio Durán
Replied by Antonio Durán on topic Re: Help please SSO breaks with cb_login
Hi.
It's strange, as I just tested my local installation with CB login module, and SSO worked fine.
Maybe we are using different CB version and there was some change...
It seems the problem is your case is that the joomdlehooks plugin is not being fired when logging through CB module, but it works fine logging from normal joomla module.
To confirm that the plugin si not acting, you can edit: plugins/user/joomdlehooks.php, and add an exit (); call at the start of onLoginUser function.
If you test with the 2 login modules, you can check if there is any difference.
It's strange, as I just tested my local installation with CB login module, and SSO worked fine.
Maybe we are using different CB version and there was some change...
It seems the problem is your case is that the joomdlehooks plugin is not being fired when logging through CB module, but it works fine logging from normal joomla module.
To confirm that the plugin si not acting, you can edit: plugins/user/joomdlehooks.php, and add an exit (); call at the start of onLoginUser function.
If you test with the 2 login modules, you can check if there is any difference.
Please Log in or Create an account to join the conversation.
- zaid
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
14 years 3 months ago #4
by zaid
Replied by zaid on topic Re: Help please SSO breaks with cb_login
what version of CB did you test on?
Please Log in or Create an account to join the conversation.
- Chris
-
- Offline
- Moderator
-
14 years 3 months ago #5
by Chris
Replied by Chris on topic Re: Help please SSO breaks with cb_login
Did you run the test above that Antonio has requested ?
Please Log in or Create an account to join the conversation.