Sign inSign up

rigon/node-openid-client

By rigon

Updated over 8 years ago

Docker image with Node OpenID Connect Client (Relying Party) to connect a Provider

Image
1

662

rigon/node-openid-client repository overview

Docker node openid-client

Docker image with Node OpenID Connect Client (Relying Party) to connect to a Provider.

How to run

docker run -p 80:3001 rigon/node-openid-client

Docker image with custom Relying Party

The sed command replaces the Relying Party's URL:

FROM rigon/node-openid-client
RUN sed -i 's/https\:\/\/guarded-cliffs-8635.herokuapp.com/http\:\/\/www.example.com/g' /node-openid-client/example/index.js

Tag summary

Content type

Image

Digest

Size

44.8 MB

Last updated

over 8 years ago

docker pull rigon/node-openid-client