Results 4 issues of vdbulcke

### Summary Fix passing raw JWKS as --secret (e.g. `--secret "$(curl https://auth.domain.com/jwks.json)"`) for ES256/ES384 alg. Relates to https://github.com/mike-engel/jwt-cli/pull/299. ### Preflight checklist - [X] Code formatted rustfmt (`$ cargo fmt`) -...

Add a `IssuerBaseUrl` string that can be used to specify the base url to reach the mockoidc server. Then if the `IssuerBaseUrl != ""` use it to generate the Urls,...

# Description Creating a http listener on `0.0.0.0` address generates invalid Urls on Discovery Endpoint: ```golang ln, err := net.Listen("tcp", ":8080") ``` generates this as `authorization_endpoint` ```json "authorization_endpoint": "http://[::]:8080/oidc/authorize", ```...

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/hydra/blob/master/CODE_OF_CONDUCT.md). -...

feat