You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a small request. In our prod, the cas client must access cas client with an internal API to complete ServiceTicketValidator func. I found that the CAS httpClient is same with stValidator httpClient:
@ifelseend Hi, I am not quit understand what you say "the cas client must access cas client with an internal API to complete ServiceTicketValidator func".
Do you mean you need to custom the http-client used in stValidator? Or can you explain your use case with more details.
hi, guys
I use go-case and it works great!
I have a small request. In our prod, the cas client must access cas client with an internal API to complete ServiceTicketValidator func. I found that the CAS httpClient is same with stValidator httpClient:
I want add a func:
so that I can set a ServiceTicketValidator with a different httpclient.
Thanks
The text was updated successfully, but these errors were encountered: