Commit Graph

16 Commits (b0daaf956f9e2541140503d3ccd547f575e61c0e)
 

Author SHA1 Message Date
Jan Dittberner b0daaf956f Add handling of invalid login challenge 1 year ago
Jan Dittberner 0b59ad9fd4 Add packaging configuration
- add gorelease config
- add commented example configuration
- add service file and postinst script
- rename cmd/idp.go to cmd/idp/main.go
1 year ago
Jan Dittberner 16a3dbedc8 Small IDP refactoring
- move internal code to internal directory
- add translations for texts on missing email in client certificate page
- add error handling for missing login_challenge request parameter
- add Markdown support via goldmark
- use https:// URLs in Apache license headers
1 year ago
Jan Dittberner 9fad7ef3a6 Embed translation bundle into binary 1 year ago
Jan Dittberner 2c82ccb324 Fix linter warnings, modernize code 1 year ago
Jan Dittberner e828b30b21 Add linting support
- add lint target in Makefile
- add golangci-lint configuration
1 year ago
Jan Dittberner 796f8cf16d Add Apache License 2.0 text 1 year ago
Jan Dittberner bda6cf39c3 Update dependencies
- update to Go 1.19
- update dependencies in go.mod/go.sum
1 year ago
Jan Dittberner 2ccbb5dd10 Bump copyright year 2 years ago
Jan Dittberner 311f4105d6 Update instructions for go 1.16+ 2 years ago
Jan Dittberner 695f5cae6b Use embed.fs for self-contained build 2 years ago
Jan Dittberner 0effaaa586 Use CGO_ENABLED=0 for static binary 2 years ago
Jan Dittberner 2affaa2150 Add Makefile
This commit adds a Makefile to automate the steps required to build the
cacert-idp binary.
2 years ago
Jan Dittberner 26447f99c9 Extract startServer method from main() 3 years ago
Jan Dittberner 88bfe0a5df Initial IDP version
- copied/stripped down from
  https://git.dittberner.info/jan/hydra_oidc_poc
3 years ago
Jan Dittberner 721dbc7e65 Add basic project information 3 years ago