mock-oauth2-server
mock-oauth2-server copied to clipboard
A scriptable/customizable web server for testing HTTP clients using OAuth2/OpenID Connect or applications with a dependency to a running OAuth2 server (i.e. APIs requiring signed JWTs from a known iss...
Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.2.11 to 1.4.0. Commits e83403e prepare release 1.4.0 e2c0cc6 migrate to Jakarta EE 0088e60 bump version to 1.4.0-SNAPSHOT on master b73153c indentation changes 5175596 bump to SLF4J...
I'm seeing some strange behaviour affecting the issues url. When setting the host name to a name that does not contain a port, the issuer url seems to be set...
Bumps `springBootVersion` from 2.7.4 to 2.7.5. Updates `spring-boot-starter-webflux` from 2.7.4 to 2.7.5 Release notes Sourced from spring-boot-starter-webflux's releases. v2.7.5 :lady_beetle: Bug Fixes Multi-Document-Separators "#---" comment checks do not account for...
I am build an Auth0 simulator and want to integrate your oauth server in our CI chain. We can just run your container build but want to initiate tests from...
I have noticed this when making a call to testutils/signclaims . Not sure where they are coming from, but when it ends up in spring the first scope is **"abc**...
I use Spring Boot 2.7.14, JDK 17, Kotlin 1.8.22, JUnit 5 (JUnit 4 is forbidden), so I add this to our pom.xml. ``` no.nav.security mock-oauth2-server 1.0.0 test junit junit ```...
Bumps the github group with 14 updates: | Package | From | To | | --- | --- | --- | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.16.1` | `2.17.0` | | [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin)...
Bumps the github group with 1 update: [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata). Updates `dependabot/fetch-metadata` from 1.6.0 to 2.0.0 Release notes Sourced from dependabot/fetch-metadata's releases. v2.0.0 - Switch to node20 What's Changed Upgrade from node16...
We have a logback-spring.xml in our project. Using this library, the logback.xml is overwriting our logback config, because it is bundled within the library and therefor available in the classpath....
Hi since the removal of scope from the request params ` { "requestParam": "scope", "match": "scope1", "claims": { "sub": "subByScope", "aud": [ "audByScope" ] } }` is no longer applicable