Recent searches


No recent searches

abhishek sen's Avatar

abhishek sen

Joined Jun 14, 2023

·

Last activity Jul 12, 2023

Following

0

Followers

0

Total activity

11

Vote

1

Subscriptions

5

ACTIVITY OVERVIEW

Latest activity by abhishek sen

abhishek sen commented,

CommentSingle sign-on

Hi team, is it safe to send JWT token in the parameter like that? Why not allow the JWT token to be part of the header instead.

Google Bard on sharing JWT token as HTTP parameter:

JWT tokens are designed to be secure, but they can be vulnerable if they are not transmitted securely. When a JWT token is sent as an HTTP parameter, it is exposed to the following risks:

  • Interception: The token could be intercepted by a malicious actor who is monitoring the network traffic.
  • Replay: The token could be replayed by an attacker to gain unauthorized access to the system.
  • Caching: The token could be cached by a proxy server or a web browser, which could allow an attacker to access it later.

View comment · Posted Jul 12, 2023 · abhishek sen

0

Followers

0

Votes

0

Comments


abhishek sen created a post,

Post Developer - Zendesk APIs

The create or update API : {{baseUrl}}/api/v2/users/create_or_update_many keeps throwing the error "Invalid attribute: missing users parameter"

The documentation does not mention what json params are optional and what are required. Can someone help?

{

"user":{

"name":"",

"email":"",

"custom_role_id":"",

"external_id":"",

"identities":[

{

"type":"",

"value":""

},

{

"type":"",

"value":""

}

],

"organization":{

"name":""

},

"organization_id":"",

"role":""

}

}

Posted Jun 29, 2023 · abhishek sen

0

Followers

3

Votes

0

Comments


abhishek sen created a post,

Post Q&A - Account and billing

Hello I have multiple organizations and each of the organization has their own Identity Provider. Therefore I have setup multiple SSO and allowing users to chose the login method. But they only get redirected to the primary SSO. Is there a way to pick primary SSO per organization instead? 
How do we show end users all the available SSO options instead of just primary one?

Posted Jun 14, 2023 · abhishek sen

1

Follower

4

Votes

1

Comment


abhishek sen created a post,

Post Feedback - Admin Center

I've setup multiple SSO for our end users. End users authenticate using their own IDP, so we have to setup multiple SSOs for them. In the login page, end users only see one options "Continue with SSO", and they get redirected to the Primary end user SSO. It seems there is no way for our end users to chose from the multiple SSOs.

Posted Jun 14, 2023 · abhishek sen

0

Followers

2

Votes

0

Comments


abhishek sen commented,

CommentSingle sign-on

If I have multiple SSOs setup, then how do we display all options in sign in?
I see only one option "Continue with SSO" and that redirects to primary SSO all the time. 

View comment · Posted Jun 14, 2023 · abhishek sen

0

Followers

2

Votes

0

Comments