Docker image with Node OpenID Connect Client (Relying Party) to connect a Provider
662
Docker image with Node OpenID Connect Client (Relying Party) to connect to a Provider.
docker run -p 80:3001 rigon/node-openid-client
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
Content type
Image
Digest
Size
44.8 MB
Last updated
over 8 years ago
docker pull rigon/node-openid-client