asgardeo / asgardeo-tomcat-oidc-agent

OIDC Agent for Tomcat using Java OIDC SDK for Asgardio
Apache License 2.0
15 stars 36 forks source link

Handle logout scenario if callback is used as the post logout #26

Closed vihanga-liyanage closed 3 years ago

vihanga-liyanage commented 3 years ago

Purpose

Previously we had to provide a post-logout URL for the app to work. If not, the callback will be used as the post-logout, and this leads to an error. With this change, we're handling that scenario in the filter and post-logout is not mandatory to provide.

Refers: https://github.com/wso2-enterprise/asgardeo-product/issues/3007 Depends on: https://github.com/asgardeo/asgardeo-java-oidc-sdk/pull/32