Commit graph

7 commits

Author SHA1 Message Date
7ef12da4fa Fix subject handling for login requests
This change implements handling for the case that a login request
retrieved from Hydra has a pre-defined subject. The login request is
rejected if the requested subject is not part of the presented client
certificate.
2024-05-19 08:12:39 +02:00
c727bc39d7 Minor documentation and code improvements
- fix name of certificate in README
- avoid unneeded variable declaration in internal/services/i18n.go
2023-07-29 17:49:55 +02:00
9821d34939 Improve documentation and defaults
- recommend `mkcert` to generate certificates for local development
- change default configuration to use files recommended in README.md
- separate server name and bind address to allow binding to a local address
  but publish a different public name
2023-07-24 21:32:28 +02:00
2ccbb5dd10 Bump copyright year 2022-11-21 17:14:03 +01:00
311f4105d6 Update instructions for go 1.16+ 2022-11-21 17:10:18 +01:00
88bfe0a5df Initial IDP version
- copied/stripped down from
  https://git.dittberner.info/jan/hydra_oidc_poc
2021-09-11 13:35:15 +02:00
721dbc7e65 Add basic project information 2021-09-11 12:16:50 +02:00