oidc-rp

command
v0.0.0-...-0c46b43 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2016 License: Apache-2.0 Imports: 9 Imported by: 0

README

This directory contains a Go application that acts as a HEART compliant OpenID Connect relying party. It is purely a demonstration application.

This application makes a few assumptions:

  • The MITREid Connect Server is running on localhost:8080
  • The MITREid Connect Server is configured to run on HEART mode
  • This client has been registered with the MITREid Connect Server. Client ID is set to "simple". Redirect URI is set to "http://localhost:3333/redirect". Credentials are set to "Asymmetrically-signed JWT assertion" and the key included in publickey_set.json is added.

This application simply takes the necessary action to authenticate the user with the OpenID Connect OP. It then fetches the information about the user from the user info endpoint and sets them up in the session. The application runs on localhost:3333.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL