Re: Keycloak as oauth provider

2016-09-20 Thread Charles Moulliard
Thx for the info Brenton. This is exactly what I was looking for

Additional questions :
- Red Hat SSO is part of xPaas. How can I install it for iPaas or another
project that we could design around OpenShift ?
- Where can I find the OpensHiftTemplate(BuildConfig, Deploymentconfig,
ImageStream) to install it ?


Charles Moulliard
Sr. Pr. Software Engineer @redhat
cmoulli...@redhat.com | work: +31 205 65 12 84 | mobile: +32 473 60 40 14
Twitter: @cmoulliard  | blog:
cmoulliard.github.io
committer: apache camel, karaf, servicemix, hawtio, fabric8, drools, jbpm,
deltaspike

On Tue, Sep 20, 2016 at 11:40 PM, Brenton Leanhardt 
wrote:

> On Tue, Sep 20, 2016 at 2:35 PM, Charles Moulliard 
> wrote:
> > As OpenID is supported by Keycloak, I'm fine to use
> > (https://docs.openshift.org/latest/install_config/
> configuring_authentication.html#OpenID)
> > but that should be great to have an openshift distro packaging keycloak.
>
> I might be misunderstanding what you mean by openshift distro
> packaging keycloak, but I think this is what you want:
>
> https://access.redhat.com/documentation/en/red-hat-
> xpaas/0/single/red-hat-xpaas-sso-image/
>
> More documentation on Red Hat SSO (Keycloak based) can be found here:
> https://access.redhat.com/documentation/en/red-hat-single-sign-on/
>
> >
> > I have started to create something about that
> > https://github.com/cmoulliard/tech-knowledge/blob/master/
> openshift-v3/cmd-generate-config.md#start-openshift-
> using-the-master-config-file-modified
> >
> > On Tue, Sep 20, 2016 at 7:27 PM, Dan Mace  wrote:
> >>
> >>
> >>
> >> On Tue, Sep 20, 2016 at 1:23 PM, Charles Moulliard  >
> >> wrote:
> >>>
> >>> Hi,
> >>>
> >>> What is the status about the integration of Keycloak as Oauth provider
> >>> with OpenShift Origin ? Is it done - not done ? Still planned ?
> >>>
> >>> Regards,
> >>>
> >>> Charles
> >>>
> >>> ___
> >>> users mailing list
> >>> users@lists.openshift.redhat.com
> >>> http://lists.openshift.redhat.com/openshiftmm/listinfo/users
> >>>
> >>
> >> Which authentication protocol are you interested in? You can integrate
> >> OpenShift with KeyCloak out of the box today using OpenID Connect. [1]
> >>
> >> [1]
> >> https://docs.openshift.org/latest/install_config/
> configuring_authentication.html#OpenID
> >>
> >
> >
> > ___
> > users mailing list
> > users@lists.openshift.redhat.com
> > http://lists.openshift.redhat.com/openshiftmm/listinfo/users
> >
>
___
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users


Re: Keycloak as oauth provider

2016-09-20 Thread Brenton Leanhardt
On Tue, Sep 20, 2016 at 2:35 PM, Charles Moulliard  wrote:
> As OpenID is supported by Keycloak, I'm fine to use
> (https://docs.openshift.org/latest/install_config/configuring_authentication.html#OpenID)
> but that should be great to have an openshift distro packaging keycloak.

I might be misunderstanding what you mean by openshift distro
packaging keycloak, but I think this is what you want:

https://access.redhat.com/documentation/en/red-hat-xpaas/0/single/red-hat-xpaas-sso-image/

More documentation on Red Hat SSO (Keycloak based) can be found here:
https://access.redhat.com/documentation/en/red-hat-single-sign-on/

>
> I have started to create something about that
> https://github.com/cmoulliard/tech-knowledge/blob/master/openshift-v3/cmd-generate-config.md#start-openshift-using-the-master-config-file-modified
>
> On Tue, Sep 20, 2016 at 7:27 PM, Dan Mace  wrote:
>>
>>
>>
>> On Tue, Sep 20, 2016 at 1:23 PM, Charles Moulliard 
>> wrote:
>>>
>>> Hi,
>>>
>>> What is the status about the integration of Keycloak as Oauth provider
>>> with OpenShift Origin ? Is it done - not done ? Still planned ?
>>>
>>> Regards,
>>>
>>> Charles
>>>
>>> ___
>>> users mailing list
>>> users@lists.openshift.redhat.com
>>> http://lists.openshift.redhat.com/openshiftmm/listinfo/users
>>>
>>
>> Which authentication protocol are you interested in? You can integrate
>> OpenShift with KeyCloak out of the box today using OpenID Connect. [1]
>>
>> [1]
>> https://docs.openshift.org/latest/install_config/configuring_authentication.html#OpenID
>>
>
>
> ___
> users mailing list
> users@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/users
>

___
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users


Re: Keycloak as oauth provider

2016-09-20 Thread Charles Moulliard
As OpenID is supported by Keycloak, I'm fine to use (
https://docs.openshift.org/latest/install_config/configur
ing_authentication.html#OpenID) but that should be great to have an
openshift distro packaging keycloak.

I have started to create something about that
https://github.com/cmoulliard/tech-knowledge/blob/master/openshift-v3/cmd-generate-config.md#start-openshift-using-the-master-config-file-modified


On Tue, Sep 20, 2016 at 7:27 PM, Dan Mace  wrote:

>
>
> On Tue, Sep 20, 2016 at 1:23 PM, Charles Moulliard 
> wrote:
>
>> Hi,
>>
>> What is the status about the integration of Keycloak as Oauth provider
>> with OpenShift Origin ? Is it done - not done ? Still planned ?
>>
>> Regards,
>>
>> Charles
>>
>> ___
>> users mailing list
>> users@lists.openshift.redhat.com
>> http://lists.openshift.redhat.com/openshiftmm/listinfo/users
>>
>>
> ​Which authentication protocol are you interested in? You can integrate
> OpenShift with KeyCloak out of the box today using OpenID Connect.​ [1]
>
> [1] https://docs.openshift.org/latest/install_config/configu
> ring_authentication.html#OpenID
>
>
___
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users


Re: Keycloak as oauth provider

2016-09-20 Thread Dan Mace
On Tue, Sep 20, 2016 at 1:23 PM, Charles Moulliard 
wrote:

> Hi,
>
> What is the status about the integration of Keycloak as Oauth provider
> with OpenShift Origin ? Is it done - not done ? Still planned ?
>
> Regards,
>
> Charles
>
> ___
> users mailing list
> users@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/users
>
>
​Which authentication protocol are you interested in? You can integrate
OpenShift with KeyCloak out of the box today using OpenID Connect.​ [1]

[1]
https://docs.openshift.org/latest/install_config/configuring_authentication.html#OpenID
___
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users