Skip to content

Commit

Permalink
Revert changes in ApplicationServerOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
finkmanAtSap committed Dec 5, 2023
1 parent e09fc46 commit f3412d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ public static ApplicationServerOptions forService(Service service, int jwksPort)
instance = new ApplicationServerOptions(new IasTokenAuthenticator()
.withServiceConfiguration(OAuth2ServiceConfigurationBuilder.forService(Service.IAS)
.withClientId(SecurityTestRule.DEFAULT_CLIENT_ID)
.withUrl(String.format("http://localhost:%d", jwksPort))
.withDomains(String.format("localhost:%d", jwksPort))
.withUrl("http://localhost")
.withDomains("localhost")
.build()));
break;
default:
Expand Down

0 comments on commit f3412d3

Please sign in to comment.