Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nasa9084/openid-connect-example
- Owner: nasa9084
- Created: 2017-09-25T02:05:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T04:04:38.000Z (over 7 years ago)
- Last Synced: 2024-10-05T00:40:52.952Z (4 months ago)
- Topics: go, golang, oauth2, openid, openid-connect, openid-provider, openid-server, openidconnect, openidconnect-client, openidconnect-core, openidconnect-provider
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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