Injecting REST API in list of endpoints which can be accessible without authentication
40 views
Skip to first unread message
dhavan mehta
unread,
Nov 22, 2024, 10:50:25 PM11/22/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CAS Community
I have developed on endpoint /rest/v1/rbticket which return TGT. I want to make that endpoint public so it can be access without any authentication. I am using CAS overlay 7.1.0. I have created security filter and trying to inject it in filterchain but seems like spring is not picking it up.