SSO google>moodle

SSO google>moodle

vincent digiaro發表於
Number of replies: 7
HI,

(forgive my english, i am french)
I am trying to use moodle on an intranet 'google site'.
( my 'google site' open moodle in an IFRAME)

Is it possible to configure a SSO, from google to moodle ( using the google's accounts).

And if its possible, how is it? 微笑 ( i am a novice in SSO)

thank you
評比平均分數: -
In reply to vincent digiaro

Re: SSO google>moodle

Olav Jordan發表於
I think using OpenId would be your best bet. This should get you started http://moodle.org/mod/data/view.php?d=13&rid=928
評比平均分數:Useful (1)
In reply to Olav Jordan

Re: SSO google>moodle

Marc Grober發表於
Is a plugin that looks like it hasn't been updated since 2008 but has reported bugs in 1.9 really a "best bet"? In fact, according to most recent post by maintainer there are no present plans to address incompatibility with moodle 1.9, so unless the OP is a masochist or an idle dev, this would probably be worst bet, don't you think? Perhaps a better place to start would be google apps integration? http://docs.moodle.org/en/Google_Apps_Integration
In reply to Marc Grober

Re: SSO google>moodle

vincent digiaro發表於
http://docs.moodle.org/en/Google_Apps_Integration

Maybe i am wrong, but i read the introduction, and i think this is to configure SSO from moodle to google.
And want to configure from google to moodle.

In my society, we already have google apps accounts, and i want to use them to connect into moodle...

Is it one way ?
In reply to vincent digiaro

Re: SSO google>moodle

Marc Grober發表於
LOL- so it's easier to post a question than read the rest of one web page, is it? Well, if you go back to that page and read it you will find a link to a forum arguably created just for you... I think you may be pleasantly surprised.
In reply to Marc Grober

Re: SSO google>moodle

vincent digiaro發表於
Yes, its so easier ;)
My english is bad, so read all this page is long and hard, but i am going to do it!sourire
thank you !

In reply to vincent digiaro

Re: SSO google>moodle

Michael Penney發表於
Authenticating off Google accounts would have to be via OpenID as Olav suggested, that is Google's allowed method when you want to use Google as the identity provider, as discussed here - though not the current OpenID moodle plug-in as it is not maintained, however it's code might help as a building block.

With OpenID, Google acts as the identity provider, which it sounds like is what you are looking for.

The tool Marc sent you to uses Moodle as the identity provider, with GoogleApps as the service provider as described here - as an aside, the reason we designed the Google-MoodleSSO to use Moodle as the identity provider was that Google's OpenID idp solution wasn't ready when we were developing the integration - it is also nice in cases where you have an established method to get your users into Moodle and don't want to have to redo that for Google.

For a full solution SSO using Google as the identity provider and enabling users to see their Gmail inbox in Moodle, you would need a blend of both the current MoodleSSO tool - for the Oauth parts that pull in data from Google, + an OpenID based SSO. If you write this, please post it back here, it would be great to have 微笑.