Hi,

The�Zinc-SSO-Seaside-Support package contains Seaside configuration classes for the required configuration data of the different OAuth/OpenID providers. When you use these classes you don't have to hardcode the�specific�consumerKey and consumerSecret in your code but you can use the Seaside config web page to setup the correct values.

See�ZnSSOSeasideDemo>>#register for an example.

If you want to run the demo you need a registration with at least one of the SSO providers.�

Jan.


On Fri, Feb 8, 2013 at 11:01 AM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Gofer it
� url: 'http://mc.stfx.eu/ZincHTTPComponents';
� package: 'ConfigurationOfZincHTTPComponents';
� load.

ConfigurationOfZincHTTPComponents project latestVersion load: 'SSO'.

� package: 'Zinc-Seaside'; � � �"not necessary, updating to the latest version"
� package: 'Zinc-SSO-Seaside-Support';
� package: 'Zinc-SSO-Seaside-Demo';
� load.

Should load all necessary code (provided you have Seaside already), no ?

But running it is another matter: you need to setup all the providers.
I have done this, but using Jan's credentials, but these can of course not be shared.
I would guess that the demo will not do anything unless these are set up.

Jan, what can be done about this ?

On 08 Feb 2013, at 10:37, Sabine Kn�fel <sabine.knoefel@gmail.com> wrote:

> Hi Sven,
>
> I loaded �ConfigurationOfZincHTTPComponents '2.3.2' from http://mc.stfx.eu.
> With this, I have the �ZnSSOSeasideDemo loaded.
>
> But in the register method of ZnSSOSeasideDemo , there are classes referenced, which are not loaded with this Conf.
> Where can I find them?
> ZnOpenIDConfiguration,
> ZnOAuth1TwitterConfiguration,
> ZnOAuth2FacebookConfiguration,
> ZnOAuth2GoogleConfiguration,
> ZnOAuth2MicrosoftConfiguration.
>
> Greetings
> Sabine
>
> On Fri, Feb 8, 2013 at 9:08 AM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
>
> On 07 Feb 2013, at 17:33, Sven Van Caekenberghe <sven@stfx.eu> wrote:
>
> >> Where can I find the code/package of the seaside demo app from Jan?
> >
> > It is in the main Zn repository: http://mc.stfx.eu
>
> Make that http://mc.stfx.eu/ZincHTTPComponents
>
> There is no GUI to this repository, it is storage only.
>
> Sven
>
>