I have one portal in dotnet application, and I have one moodle website also. Once users can register or login from portal autometical that particular user also login moodle. Is moodle have any plugin or other solution too.... Please help me on it.
SSO option on webservices
Number of replies: 3Re: SSO option on webservices
Hi Naseer,
I have create a plugin for moodle to make SSO with .NET product using webservices. It is one site SSO From Moodle to .NET Product. Can you explain in details what you want exactely.
Thanks
Netram
Re: SSO option on webservices
Hi Netram,
Thanks for your reply I realy appreciate to you.
I have one portal developed using .NET (Website-A) and one Moodel website (Website-B) also I have. Once user comes to portal and login then user have some options one of the option is "moodel" once user can click on moodel it's redirect to moodel website and user can access the dashboard with out login(bcoz user already have loged in portal). This is the thing I want it. I realy appreciate to you
Thanks
Naseer
Re: SSO option on webservices
Hi,
I do have similar requirement. I have a student website say site A(.NET) and a moodle website say site B. When the student is created in the site A, it will be synchronised in site B. Same data will be available both in A and B. Synchronisation is already done and working well.
Now, my requirement is, my login should be only in sita A. I login to site A, I have a link to site B. When I click on the link I should be automatically logged into the site B.
I do not have any LDAP, also my site A is a simple student website created using .Net with no standand SSO plugins etc. In this case, how can i do SSO to Moodle website using webservice?