Hi all We have a webservice which implemented on ivy. This service serve for many customer. As default it required basic-auth. Now some of customers dont want to be authenticated when calling it, so we intend to introduce the global var where admin can allow to turn on/off this feature. Can we go with that way and how to turn off/on this authentication type programmatically? Thanks asked 01.02.2018 at 03:06 trungdv |
Hi One solution could be to turn authentication to None/Container. Then, for the customers that want to have authentication install a filter in the web.xml or a tomcat valve in the context.xml file that performs the HTTP Basic Authentification for WebService requests Regards Reto Weiss, Axon.ivy Support answered 01.02.2018 at 06:10 Reto Weiss ♦♦ hi @Reto Weiss ♦♦ I guess we can't get ivy user from that filter, right?
(01.02.2018 at 06:15)
trungdv
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 01.02.2018 at 03:06
Seen: 1,943 times
Last updated: 01.02.2018 at 06:15