redirectless sso not functioning

  • Vijay Ravi Adyanthaya
  • Topic Author
  • Offline
  • New Member
  • New Member
More
14 years 10 months ago #1 by Vijay Ravi Adyanthaya
redirectless sso not functioning was created by Vijay Ravi Adyanthaya
Antonio,
we are facing the same issue , following are the details:

we have setup the integration in 2 environment , with the same code base the code is working in one of the environment , following is the details .
1) Apache version is 2.2
2) Php version is 3.3.5
4) Joomla - 1.5.23
5) Moodle - 1.9.11

Com Parameters as follows:
MOODLE_URL=10.10.20.11/moodle4

moodle_version=19

auth_token=

connection_method=curl

redirectless_sso=1

auto_create_users=1

auto_delete_users=1

auto_login_users=0

linkstarget=new

scrolling=no

width=100%

height=1000

autoheight=1

transparency=0

default_itemid=

joomdle_itemid=

shop_itemid=

show_topìcs_link=1

show_grading_system_link=0

show_teachers_link=0

show_goto_link=1

show_enrol_link=1

show_applicate_link=0

show_paypal_button=0

show_detail_category=1

show_detail_summary=1

show_detail_language=0

show_detail_startdate=1

show_detail_enroldates=1

show_detail_enrolperiod=1

show_detail_topicsnumber=1

show_detail_cost=1

show_detail_application_motivation=no

show_detail_application_experience=no

topics_show_numbers=1

coursecategory_show_category_info=1

nocourses_text=User Not Registered in any Course.

shop_integration=0

courses_category=0

buy_for_children=0

enrol_email_subject=Welcome to COURSE_NAME

enrol_email_text=To enter the course, go to: COURSE_URL

additional_data_source=none

use_profiletypes=0

applications_max=

use_guarantees_integration=0


Issue Details :

the data exchange on the view and modules is working properly.issue is at all the links where we generate the landing url.

Daignosis:
the Token , Username, Wants url Wrapper value are received properly in land.php.

following method call returns nothing:
$logged = auth_plugin_joomdle::call_method ("confirmJoomlaSession", $username, $token);

further we checked the return value in Joomla (in joomla the function return r which has a value of 1 and passed back as xmlrpcboolean back.

i.e. the xmlrpc communication is failing.

The system check shows all green, note the same code base is working in another environment with same configuration.

Please Log in or Create an account to join the conversation.

More
14 years 10 months ago #2 by Antonio Durán
Replied by Antonio Durán on topic Re: redirectless sso not functioning
Hi.

Can you check if SSO with redirect-less option disabled?

Please Log in or Create an account to join the conversation.