Skip to content

OddF/oidc-server-mock

 
 

Repository files navigation

OpenId Connect Server Mock

This project is the mock server that provides OpenId Connect functionality including Implicit Flow.

This is the sample of using the server in docker-compose configuration:

oidc-server-mock:
    container_name: oidc-server-mock 
    image: soluto/oidc-server-mock   
    ports:
      - "4011:80"
    environment: 
      - ASPNETCORE_ENVIRONMENT=Development
      - CLIENT_ID=tweek-openid-mock-client
      - REDIRECT_URIS=http://localhost:3000/auth/oidc,http://localhost:4004/auth/oidc
      - TEST_USER={"SubjectId":"1","Username":"User1","Password":"pwd"}

About

Configurable Mock Server for OpenId Connect

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 92.6%
  • CSS 4.2%
  • Dockerfile 1.5%
  • Other 1.7%