Hello,
We have exposed APIs behind webseal with ACL protection, this leads to many System User/Users in ISAM Ldap with different group memberships.
With OAuth we are trying to replace system Users with Client Credential Flow.
I am getting access token after calling /token endpoint, /introspect is also working. But when I try to call resource with
curl -k --noproxy "*" -L 'https://test-api.com/tools/epac.jsp' -H 'Authorization: Bearer uXIweM4q0Ppx77C0xYGL'
I am always redirected to Login page.
Authorization Flow/Implicit Flow is working but Client Credential Flow doesn't work.
Any help will speed up in resolving this issue.
ISAM Verstion 9.0.7
Thank you in Advance,
Regards,
------------------------------
Piyush Agrawal
------------------------------