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 66bf97b commit c840f2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/liberty/config/includes/oidc.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright 2017-2020 IBM Corp All Rights Reserved
Copyright 2021-2023 Kyndryl, All Rights Reserved
Copyright 2021-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.
You may obtain a copy of the License at
Expand All @@ -19,4 +19,7 @@
jwksUri="${OIDC_JWKS_URL}"
sslRef="defaultSSLConfig"
ignoreApplicationAuthMethod="true"/>

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

0 comments on commit c840f2d

Please sign in to comment.