Skip to content

Commit

Permalink
Add an option not to require a JWT
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalcorn committed Jan 8, 2024
1 parent a5a7df5 commit d901725
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main/liberty/config/server.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright 2020-2021 IBM Corp All Rights Reserved
Copyright 2022-2023 Kyndryl All Rights Reserved
Copyright 2022-2024 Kyndryl All Rights Reserved
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -50,10 +50,6 @@

<ltpa expiration="1h"/>

<webAppSecurity allowFailOverToBasicAuth="true" displayAuthenticationRealm="true" logoutOnHttpSessionExpire="true"
webAlwaysLogin="true" preserveFullyQualifiedReferrerUrl="true" trackLoggedOutSSOCookies="true" ssoCookieName="StockTraderSSO"
useOnlyCustomCookieName="true" ssoUseDomainFromURL="true"/>

<webApplication id="Broker" name="Broker" location="Broker.war" contextRoot="/broker">
<classloader apiTypeVisibility="+third-party"/>
<application-bnd>
Expand Down

0 comments on commit d901725

Please sign in to comment.