Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nasa9084/openid-connect-example

OpenID Connect Core 1.0 Authorization Code Flow Example
https://github.com/nasa9084/openid-connect-example

go golang oauth2 openid openid-connect openid-provider openid-server openidconnect openidconnect-client openidconnect-core openidconnect-provider

Last synced: about 2 months ago
JSON representation

OpenID Connect Core 1.0 Authorization Code Flow Example

Awesome Lists containing this project

README

        

OpenID Connect example
======================

OpenID Connect Authorization Code Flow example

**IMPORTANT: THIS IS AN EXAMPLE. DO NOT USE IN PRODUCTION**

* terminal 1: `$ go run openidprovider/main.go`
* terminal 2: `$ go run relyingparty/main.go`

and

* access to http://localhost:8000 using your favorite browser

## References

* http://openid.net/specs/openid-connect-core-1_0.html