Releases: digilectron/fakeidp
FakeIdp multi arch (amd64 and arm64)
Now available as FakeIDP
This is the 1.0.0 release of FakeIDP, support an API to create tokens and the implicit OIDC flow with a frontend to create tokens.
0.3.0 implicit flow, version updates
What's Changed
Full Changelog: 0.2.4...0.3.0
userinfo endpoint
Added a userinfo endpoint.
When you create a claim set with userinfo claims, these will be returned by the endpoint.
{
"iss": "http://localhost:8080",
"sub": "F82E617D-DEAF-4EE6-8F96-CF3409060CA2",
"aud": "oidc-token-mock",
"email": "[email protected]",
"email_verified": true,
"name": "Arie Ministrone"
}
Use this set to create the JWT (post to /token) and thereafter add it as JWT authorization to your call to userinfo.
Security updates and dependency maintenance
Small release with security updates
- regex
- bumpalo
- crossbeam-utils
What's Changed
- Bump rust from 1.54-buster to 1.56.1-buster by @dependabot in #4
- Bump futures from 0.3.17 to 0.3.18 by @dependabot in #6
- Bump futures-util from 0.3.17 to 0.3.18 by @dependabot in #7
- Bump serde_json from 1.0.44 to 1.0.72 by @dependabot in #9
- Bump pem from 1.0.0 to 1.0.1 by @dependabot in #10
- Bump tokio from 1.12.0 to 1.14.0 by @dependabot in #12
- Bump sysinfo from 0.20.4 to 0.21.1 by @dependabot in #14
- Bump actix-rt from 2.3.0 to 2.5.0 by @dependabot in #13
- Bump actix-web from 4.0.0-beta.10 to 4.0.0-beta.12 by @dependabot in #15
- Bump actix-cors from 0.6.0-beta.2 to 0.6.0-beta.4 by @dependabot in #8
- Bump actix-multipart from 0.4.0-beta.7 to 0.4.0-beta.8 by @dependabot in #5
- Bump clap from 2.33.3 to 2.34.0 by @dependabot in #16
- Bump actix-web from 4.0.0-beta.12 to 4.0.0-beta.13 by @dependabot in #17
- Bump actix-multipart from 0.4.0-beta.8 to 0.4.0-beta.9 by @dependabot in #18
- Bump rust from 1.56.1-buster to 1.57.0-buster by @dependabot in #19
- Bump sysinfo from 0.21.1 to 0.21.2 by @dependabot in #20
- Bump serde from 1.0.130 to 1.0.131 by @dependabot in #21
- Bump actix-web from 4.0.0-beta.13 to 4.0.0-beta.14 by @dependabot in #22
- Bump actix-multipart from 0.4.0-beta.9 to 0.4.0-beta.10 by @dependabot in #23
- Bump actix-cors from 0.6.0-beta.4 to 0.6.0-beta.6 by @dependabot in #24
- Bump serde_json from 1.0.72 to 1.0.73 by @dependabot in #25
- Bump tokio from 1.14.0 to 1.15.0 by @dependabot in #27
- Bump sysinfo from 0.21.2 to 0.22.2 by @dependabot in #28
- Bump serde from 1.0.131 to 1.0.132 by @dependabot in #29
- Bump actix-web from 4.0.0-beta.14 to 4.0.0-beta.15 by @dependabot in #30
- Bump sysinfo from 0.22.2 to 0.22.3 by @dependabot in #31
- Bump actix-service from 2.0.1 to 2.0.2 by @dependabot in #32
- Bump futures-core from 0.3.18 to 0.3.19 by @dependabot in #33
- Bump futures-util from 0.3.18 to 0.3.19 by @dependabot in #35
- Bump actix-cors from 0.6.0-beta.6 to 0.6.0-beta.7 by @dependabot in #34
- Bump futures from 0.3.18 to 0.3.19 by @dependabot in #36
- Bump sysinfo from 0.22.3 to 0.22.4 by @dependabot in #39
- Bump actix-cors from 0.6.0-beta.7 to 0.6.0-beta.8 by @dependabot in #41
- Bump actix-web from 4.0.0-beta.15 to 4.0.0-beta.19 by @dependabot in #44
- Bump actix-multipart from 0.4.0-beta.10 to 0.4.0-beta.12 by @dependabot in #43
- Bump serde_json from 1.0.73 to 1.0.74 by @dependabot in #45
- Bump actix-rt from 2.5.0 to 2.5.1 by @dependabot in #46
- Bump serde from 1.0.132 to 1.0.133 by @dependabot in #47
- Bump pem from 1.0.1 to 1.0.2 by @dependabot in #48
- Bump sysinfo from 0.22.4 to 0.22.5 by @dependabot in #49
- Bump actix-rt from 2.5.1 to 2.6.0 by @dependabot in #50
- Bump rust from 1.57.0-buster to 1.58.0-buster by @dependabot in #51
- Bump actix-web from 4.0.0-beta.19 to 4.0.0-beta.20 by @dependabot in #52
- Bump serde_json from 1.0.74 to 1.0.75 by @dependabot in #53
- Bump sysinfo from 0.22.5 to 0.23.0 by @dependabot in #54
- Bump rust from 1.58.0-buster to 1.58.1-buster by @dependabot in #55
- Bump serde from 1.0.133 to 1.0.134 by @dependabot in #56
- Bump actix-web from 4.0.0-beta.20 to 4.0.0-beta.21 by @dependabot in #58
- Bump serde_json from 1.0.75 to 1.0.78 by @dependabot in #59
- Bump serde from 1.0.134 to 1.0.136 by @dependabot in #60
- Bump tokio from 1.15.0 to 1.16.1 by @dependabot in #63
- Bump der-parser from 6.0.0 to 6.0.1 by @dependabot in #61
- Bump actix-web from 4.0.0-beta.21 to 4.0.0-rc.1 by @dependabot in #64
- Bump actix-multipart from 0.4.0-beta.12 to 0.4.0-beta.13 by @dependabot in #65
- Bump actix-web from 4.0.0-rc.1 to 4.0.0-rc.2 by @dependabot in #66
- Bump futures-core from 0.3.19 to 0.3.21 by @dependabot in #67
- Bump actix-cors from 0.6.0-beta.8 to 0.6.0-beta.9 by @dependabot in #68
- Bump futures from 0.3.19 to 0.3.21 by @dependabot in #69
- Bump actix-cors from 0.6.0-beta.9 to 0.6.0-beta.10 by @dependabot in #71
- Bump sysinfo from 0.23.0 to 0.23.1 by @dependabot in #70
- Bump actix-web from 4.0.0-rc.2 to 4.0.0-rc.3 by @dependabot in #72
- Bump der-parser from 6.0.1 to 7.0.0 by @dependabot in #73
- Bump sysinfo from 0.23.1 to 0.23.2 by @dependabot in #74
- Bump serde_json from 1.0.78 to 1.0.79 by @dependabot in #75
- Bump sysinfo from 0.23.2 to 0.23.3 by @dependabot in #76
- Bump rust from 1.58.1-buster to 1.59.0-buster by @dependabot in #77
- Bump sysinfo from 0.23.3 to 0.23.4 by @dependabot in #78
- Bump actix-web from 4.0.0-rc.3 to 4.0.1 by @dependabot in #79
- Bump actix-multipart from 0.4.0-beta.13 to 0.4.0 by @dependabot in #80
- Bump actix-cors from 0.6.0-beta.10 to 0.6.0 by @dependabot in #81
- Bump sysinfo from 0.23.4 to 0.23.5 by @dependabot in #82
- Bump actix-cors from 0.6.0 to 0.6.1 by @dependabot in #83
- Bump actix-rt from 2.6.0 to 2.7.0 by @dependabot in #84
- Bump sysinfo from 0.23.5 to 0.23.6 by @dependabot in #85
- Bump sysinfo from 0.23.6 to 0.23.7 by @dependabot in #86
- Bump sysinfo from 0.23.7 to 0.23.8 by @dependabot in #87
- Bump rust from 1.59.0-buster to 1.60.0-buster by @dependabot in #88
- Bump sysinfo from 0.23.8 to 0.23.10 by @dependabot in #91
- Bump der-parser from 7.0.0 to 8.0.0 by @dependabot in #90
- Bump sysinfo from 0.23.10 to 0.23.11 by @dependabot in #92
- Bump serde_json from 1.0.79 to 1.0.80 by @dependabot in #93
- Bump serde from 1.0.136 to 1.0.137 by @dependabo...
Support for openid configuration
Its now possible to use ./well-known/openid-configuration.
The keys URL will point to the keys used by the test service.
In order to expose the proper URL, its now possible to set it via -h - or in docker with the EXPOSED_HOST env var.
Fix in docker environment settings.
Default BIND and PORT values as environment variables in docker (#1) Fix in the way the environment is defined.
0.2.0 release
This release allows the bind host and port to be configured with -b (for the host) and -p (for the port)
default remains 0.0.0.0:8080 in so that
For docker it is possible to set BIND and PORT as variables in order to run with a different binding host or port.
0.1.0 release
Tags based release work