Hi Simon,

The coreos/go-oidc package enables OpenID Connect support for the
golang.org/x/oauth2 <https://godoc.org/golang.org/x/oauth2> package.(
https://github.com/coreos/go-oidc). You can look through the examples (
https://github.com/coreos/go-oidc/tree/master/example) to get a better idea
of how to use the package.

Regards,
Rithu

On Tue, Jan 17, 2017 at 7:54 AM, Brandon Philips <bran...@ifup.co> wrote:

> Hey Simon-
>
> Any reason you aren't using Dex? https://github.com/coreos/dex
>
> Brandon
>
> On Wed, Jan 11, 2017, 12:08 PM Simon Ritchie <simonritchie...@gmail.com>
> wrote:
>
>> I've just started work on an OAUTH server too.  So far I've built the
>> "simple" example of the RangelReale project.  It takes a user name and
>> password and produces a token, so it seems to do pretty much all the things
>> that you need.  It also gives a reference to the OAUTH RFC.  If you haven't
>> done this stuff before, that will be very useful.
>>
>> I can't see any examples in the go-auth2 project, which is why I'm using
>> the RangelReale stuff.  However, I haven't even figured out yet how to
>> build it properly.
>>
>> Simon
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "golang-nuts" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to golang-nuts+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>


-- 
Regards,
Rithu

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to