Securing a REST API though weblogic
We have developed a REST API (.war file) and deployed it as a weblogic Server.
We want to secure this API with Authentication because we are planning to give it to more than 1 client.
We want to know if weblogic offers any solutions to help us secure this API?
Our weblogic version is 12.2.1.1
Thanks