oidc-server-mock
oidc-server-mock copied to clipboard
Configurable Mock Server for OpenId Connect
Fixes #162 You may also have a look at https://github.com/Soluto/oidc-server-mock/pull/164
Image size comparison: ``` REPOSITORY TAG IMAGE ID CREATED SIZE mcr.microsoft.com/dotnet/aspnet 8.0-alpine fbc6ee59188b 7 days ago 107MB mcr.microsoft.com/dotnet/aspnet 8.0 70975ed8a403 7 days ago 217MB ```
Whenever the ARM64 image is started it fails with: ``` exec /usr/bin/dotnet: exec format error ```
Hi, is it possible to include claims directly in the JWT. I have a list of claims for users: ```json [{ "SubjectId": "user-id", "Username": "user", "Password": "password", "Claims": [ {...