No announcements
Found 2925939 threads
-
3 Votes
B2C JWT Token Signature Validation
I was trying to do it manually (and rather unsuccessfully).Answered | 8 Replies | 5759 Views | Created by NZSnark - Friday, November 13, 2015 1:51 AM | Last reply by TSCH - Friday, November 20, 2015 2:00 PM -
0 Votes
ACS: obtaining JWT token from SAML
ACS can issue SAML 2.0, SAML 1.1, SWT, or JWT tokens.Answered | 7 Replies | 3655 Views | Created by Tomasz Jastrzębski - Wednesday, March 18, 2015 4:12 PM | Last reply by Imtiaz Hussain - Wednesday, April 1, 2015 10:14 PM -
1 Votes
Does call /.auth/logout invalidate the jwt token?
The same scenario is applicable for JWT token also.Answered | 3 Replies | 2095 Views | Created by 40_Alpha - Sunday, May 20, 2018 1:51 AM | Last reply by Swikruti Bose - Monday, May 21, 2018 4:45 AM -
2 Votes
Azure AD JWT token is missing group information
How would you get the token server side?Answered | 7 Replies | 5326 Views | Created by lax4u - Thursday, April 21, 2016 8:29 PM | Last reply by aka_Sunny - Monday, September 9, 2019 3:47 PM -
0 Votes
Validation JWT token in header AND in query string
Yes, what you have tried is the only way to do this.Answered | 4 Replies | 2670 Views | Created by johhnygoode - Thursday, August 10, 2017 10:21 PM | Last reply by Sheethal J S - Tuesday, August 15, 2017 8:08 AM -
22 Votes
Workflow Manager Suspends Workflows - "Invalid JWT token"
Does anybody have idea what else I could try?Answered | 15 Replies | 21772 Views | Created by kathrynsharepoint - Sunday, August 25, 2013 11:38 PM | Last reply by mgragnani - Monday, July 31, 2017 7:24 PM -
1 Votes
JWT Security Token - Using X509 certificate
Let me see what the System.IdentityModel.Tokens.SecurityDescriptor will do for meNarasimhamAnswered | 3 Replies | 9104 Views | Created by NarasimhamAVSL - Wednesday, April 19, 2017 7:43 PM | Last reply by NarasimhamAVSL - Friday, April 21, 2017 7:02 PM -
0 Votes
Is it possible to convert a SAML token (assertion) to OAuth 2 JWT access token?
type=forum&referrer=https://social.msdn.microsoft.com/Forums/en-US/ad2295f1-9bfa-4204-b22b-66cf0d16d6e5/is-it-possible-to-convert-a-saml-token-assertion-to-oauth-2-jwt-access-Answered | 6 Replies | 3184 Views | Created by andrea.anastasescu - Sunday, February 10, 2019 10:04 AM | Last reply by Umesh B - Thursday, August 15, 2019 9:58 AM -
0 Votes
Jwt token doesn't contain "groups" claim
A change was made in the way that a token is generated to correct an issue.Answered | 4 Replies | 928 Views | Created by medemskiy - Thursday, May 21, 2015 3:27 PM | Last reply by ByronTL - Wednesday, October 21, 2015 4:03 PM -
1 Votes
Failed to validate JWT token with openid configuration, error is "JWT Validation Failed: Object reference not set to an instance of an object.."
Currently APIM is using version of jwt validation framework that doesn’t allow null for claim values.Answered | 3 Replies | 2244 Views | Created by François Xavier Gendrin - Thursday, July 6, 2017 2:23 PM | Last reply by François Xavier Gendrin - Wednesday, July 19, 2017 1:39 PM -
2 Votes
When is the 'upn' claim guaranteed to be present in JWT tokens issued by WAAD?
However, I already know how to verify tokens and extract claims.Answered | 5 Replies | 7256 Views | Created by Ulrik T Rasmussen - Monday, December 12, 2016 9:39 AM | Last reply by omfarz - Monday, June 4, 2018 9:42 PM -
0 Votes
jwt validation policy
I recommend you can refer to this document: https://msdn.microsoft.com/en-us/library/azure/dn894078.aspx#ValidateJWT You can set your ...Answered | 1 Replies | 1629 Views | Created by Peter Williams (Security Engineer) - Thursday, February 19, 2015 12:40 AM | Last reply by Will Shao - Thursday, February 19, 2015 6:56 AM -
1 Votes
IDX10503 err JWT token error
What would be the recommended architecture for this scenario?Answered | 5 Replies | 5151 Views | Created by AlexanderEsser - Monday, December 11, 2017 9:43 AM | Last reply by SadiqhAhmed-MSFT - Wednesday, January 3, 2018 5:26 AM -
0 Votes
How can send a JWT token to consume a external API
i have a Web App along with the API ..the API JWT token is generated by sending(POST) Email and Password, After using that token i can consume(GET) my userdetails API ...Answered | 1 Replies | 621 Views | Created by Vignesh Arvind - Friday, July 26, 2019 5:19 AM | Last reply by PramodValavala-MSFT - Monday, July 29, 2019 7:22 AM -
1 Votes
Validate scp claims in validate-jwt
I would suggest you to specify “separator” attribute in policy statement to validate the JWT token and see if it helps.Answered | 3 Replies | 2077 Views | Created by Scott_Chamberlain - Thursday, March 29, 2018 2:29 PM | Last reply by Swikruti Bose - Sunday, April 1, 2018 3:48 AM -
0 Votes
SharePoint Apps: Invalid JWT token.
Dear Support, Since this morning, some of my SharePoint Provider-hosted App's Client Secret were expired and getting Invalid JWT token.Answered | 4 Replies | 10905 Views | Created by Vannick05 - Thursday, October 22, 2015 5:55 AM | Last reply by Chin Lam 2016 - Wednesday, February 3, 2016 1:12 AM -
2 Votes
Getting access token by passing username / password is it official?
2) You can use any JWT Token handler code such as https://msdn.microsoft.com/en-us/library/dn205065(v=vs.110).aspx to validate the token, ...Answered | 3 Replies | 1325 Views | Created by M S Sawan - Friday, July 24, 2015 12:50 PM | Last reply by M S Sawan - Monday, August 3, 2015 1:44 PM -
2 Votes
Validating Auth0 JWT with Azure Function
The validate-jwt policy will deny requests at the APIM level itself.Answered | 3 Replies | 933 Views | Created by Jason Ortiz - Monday, March 30, 2020 8:00 PM | Last reply by PramodValavala-MSFT - Monday, April 6, 2020 4:24 AM -
0 Votes
Validate JWT Header with adifferent Header Name
Could you try setting only the JWT token in the AppAuthorization header without the Bearer portion?Answered | 3 Replies | 1134 Views | Created by sujith reddy komma - Thursday, November 21, 2019 7:09 PM | Last reply by sujith reddy komma - Friday, December 6, 2019 6:53 AM -
1 Votes
Sign a JWT with RSA SHA256 in APIM Policy Expression
Duke, That sounds like the right thing to do.Answered | 5 Replies | 2054 Views | Created by DukeDickinson - Thursday, October 4, 2018 2:34 PM | Last reply by F. Nicsa - Tuesday, November 26, 2019 8:48 AM - Items 1 to 20 of 2925939 Next ›
No announcements