We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd6451 commit 71e8134Copy full SHA for 71e8134
src/main/kotlin/no/nav/security/mock/oauth2/http/OAuth2HttpRequest.kt
@@ -39,7 +39,7 @@ data class OAuth2HttpRequest(
39
clientAuthentication.requirePrivateKeyJwt(
40
requiredAudience = this.url.toIssuerUrl().toString(),
41
maxLifetimeSeconds = 120,
42
- additionalAcceptedAudience = this.url.toTokenEndpointUrl().toString(),
+ additionalAcceptedAudience = this.url.toString(),
43
)
44
}
45
val tokenExchangeGrant = TokenExchangeGrant.parse(formParameters.map)
0 commit comments