Hello @Balachandran ,
our webapp has a 2-layer authentication mechanism:
- We use the container-native authentication
- From there, we map to the webapp-owned context
This is done using a Filter that can be customized:
I hope this helps
Jonathan
Hello @Balachandran ,
our webapp has a 2-layer authentication mechanism:
This is done using a Filter that can be customized:
I hope this helps
Jonathan