Participant III
Since ‎12-31-2020
‎02-07-2024

My Stats

  • 30 Posts
  • 1 Solutions
  • 5 Likes given
  • 5 Likes received

krishnakumartce's Bio

Badges krishnakumartce Earned

View all badges

Recent Activity

Is it possible to filter allowed chars in request body, query params.For many of our API endpoints, the input is echoed unmodified in the application's response. Using this behavior, someone can send arbitrary Javascript in the request which will be ...
I'm using the OAuthV2 policy to store, retrieve and update custom attributes attached to the access token. Specifically, one of these attributes is a csrf_token in the form of uuid.The GenerateAccessToken policy looks like below - GenerateAccessToke...
I have a JWT with custom claims that looks like this - { "iss": "https://example.com/", "sub": "auth0|12345", "aud": [ "auth.example.com" ], "iat": 1646403704, "exp": 1646490104, "azp": "dfslfjsdfjdsofdsfsd", "scope": "openid profile email offline_ac...
I have a Javascript attached in a shared flow that always returns an error when calling the proxy where the shared flow is attached.In fact, it doesn't matter what I put in the JS file, I always get the following error in the Trace when the Javascrip...
I'm trying to define a route rule where request is sent to a certain target only for certain client_ids. I don't want to hard-code these client ids in the proxy but instead get them from KVM. I will keep them in KVM as a comma-separated list.In my Ro...
Likes from