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

Document not clear about using this agent with existing tomcat 10 application #43

Open jkjha opened 2 years ago

jkjha commented 2 years ago

Is your suggestion related to a missing or misleading document? Please describe.

Document says following for using this agent with tomcat 10 application:

If you are using Apache Tomcat 10 or a later version, use [this conversion](https://tomcat.apache.org/download-migration.cgi) tool to change the namespaces of the web application. This is necessary because of the namespace changes introduced in Tomcat 10.

But its not clear from the document how to do that and most importantly, which jar file need to be migrated (existing application or asgardeo jar file)? Also, any pros and cons of doing that?

Describe the improvement More details related to using this agent with tomcat 10.

Document link: https://github.com/asgardeo/asgardeo-tomcat-oidc-agent/blob/master/docs/integrating_with_existing_webapp.md