Skip to content

Commit

Permalink
Fixed oauth-Mock for execution in dev-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippFaber committed Sep 5, 2023
1 parent 1be22fe commit d5b43e8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ fun Application.authenticationModule() {
providerLookup = {
OAuthServerSettings.OAuth2ServerSettings(
name = "mock lab",
authorizeUrl = "https://oauth.mocklab.io/oauth/authorize",
accessTokenUrl = "https://oauth.mocklab.io/oauth/token",
authorizeUrl = "https://oauth.wiremockapi.cloud/oauth/authorize",
accessTokenUrl = "https://oauth.wiremockapi.cloud/oauth/token",
requestMethod = HttpMethod.Post,
clientId = "test-client-id",
clientSecret = "test-client-secret",
Expand Down

0 comments on commit d5b43e8

Please sign in to comment.