No announcements
Found 2764841 threads
-
0 Votes
Error getting sa token 401 : Unauthorized
Request: POST https://api.cp.microsoft.com/my-org/tokens HTTP/1.1 Authorization: Bearer <aad_token> Content-Type: ...Answered | 12 Replies | 1446 Views | Created by MeenuD - Friday, May 15, 2015 12:29 AM | Last reply by Federico Balderas - Thursday, September 24, 2015 11:20 PM -
0 Votes
Expired Authentication Token / Unauthorized
Refer theAnswered | 2 Replies | 2394 Views | Created by Matth4321 - Saturday, August 19, 2017 2:31 AM | Last reply by Gary Gallanes [HCL Technologies] - Friday, August 25, 2017 5:25 PM -
0 Votes
[UWP][ASP.NET Web API]How to renew token in Windows UWP app when bearer token expires
Hello Krunal, Thanks for the response.Answered | 3 Replies | 1442 Views | Created by Sajan Emmanuel - Thursday, November 5, 2015 5:32 AM | Last reply by Krunal Parekh - Tuesday, November 10, 2015 6:01 AM -
0 Votes
Return custom json response when Unauthorized / token expired
User475983607 posted My best guess is you are asking how to return a custom 401 error?Unanswered | 2 Replies | 1687 Views | Created by Anonymous - Monday, August 6, 2018 9:32 AM | Last reply by Anonymous - Sunday, July 12, 2020 2:38 AM -
20 Votes
The specified SAS token is expired
and I was wrote below lines of code but I did not the output it gives the exception as SAS token has Expired and Unauthorized ...Answered | 16 Replies | 6515 Views | Created by EmbeddedGuyDan - Tuesday, November 17, 2015 2:07 PM | Last reply by Gumireddy Pradeep Reddy - Thursday, March 31, 2016 5:02 AM -
0 Votes
Access Token Expiration
I do not have any Microsoft resource which confirms the information on that site, I will let u know when I have any update from the relevant team.Answered | 4 Replies | 1713 Views | Created by Jayasimha Nuggehalli - Monday, December 8, 2014 11:07 PM | Last reply by SadiqhAhmed-MSFT - Wednesday, June 8, 2016 10:03 AM -
0 Votes
Force Token Expiration
How do I expire a current token?Answered | 6 Replies | 7887 Views | Created by themush1326 - Wednesday, September 23, 2015 3:46 PM | Last reply by themush1326 - Wednesday, October 7, 2015 12:57 PM -
0 Votes
Sporadic Unauthorized on Bearer token
After sign-in, all three clients forward the token to the Web Api by calling httpClient.GetAsync(apiEnpoint).Answered | 2 Replies | 678 Views | Created by jal2 - Tuesday, July 24, 2018 2:15 PM | Last reply by AshokPeddakotla-MSFT - Tuesday, July 24, 2018 9:40 PM -
2 Votes
Detecting OAuth2 token expiration using a custom endpoint behavior
And it seems now that I am stuck if I don't use an orchestration, as it is difficult to catch the token-expired exception in the REST call and restart a token ...Answered | 4 Replies | 1907 Views | Created by Lieven De Moor - Thursday, August 25, 2016 2:11 PM | Last reply by Johns-305 - Friday, August 26, 2016 11:39 AM -
0 Votes
OAuth token "suddenly" expired
It was the developer token mismatch.Answered | 2 Replies | 1012 Views | Created by paanda - Thursday, September 15, 2016 10:18 AM | Last reply by paanda - Friday, September 16, 2016 4:38 AM -
0 Votes
Expired Refresh Token scenario
Once the refresh token expires, the user MUST re-authenticate.Answered | 1 Replies | 1090 Views | Created by Anil Krish - Thursday, February 5, 2015 7:32 PM | Last reply by Arvind S. Iyer - Tuesday, March 24, 2015 6:32 PM -
1 Votes
Defualt expiration time of refresh token
However, in some cases, refresh tokens expire, are revoked, or lack sufficient privileges for the desired action.Answered | 4 Replies | 925 Views | Created by Singhashokks - Monday, November 10, 2014 1:59 PM | Last reply by Singhashokks - Friday, November 21, 2014 12:36 PM -
0 Votes
Refreshing id token when using easy authentication
So it seems your options are to either make calls to the Azure AD Graph API or to have the customer periodically reauthenticate to get a new id_token.Answered | 4 Replies | 1682 Views | Created by Adam Reeve - Monday, March 6, 2017 5:17 PM | Last reply by Adam Reeve - Friday, March 10, 2017 2:03 PM -
0 Votes
AAD - Access token expiration, how to get refresh token ?
We have an overload for LoginAsync which additionally accepts the access token (as part of a JSON object, under the key “access_token”).Answered | 4 Replies | 5624 Views | Created by MATHIEU Alexis - Thursday, August 6, 2015 8:25 AM | Last reply by SadiqhAhmed-MSFT - Thursday, September 3, 2015 5:31 AM -
1 Votes
Does refresh token for Confidential clients neve expire
Just checking in if you have had a chance to see the previous response.Answered | 4 Replies | 553 Views | Created by Confidential client refresh tokens - Tuesday, July 31, 2018 9:35 AM | Last reply by paliwal richa - Saturday, August 4, 2018 10:19 AM -
0 Votes
Windows.Web.Http.HttpClient JSON response
You can use the getAsyncString() method that returns the result as a string rather than a HttpResponseMessage object.Answered | 3 Replies | 1025 Views | Created by bafdev - Monday, July 11, 2016 1:34 PM | Last reply by bafdev - Tuesday, July 12, 2016 8:29 AM -
0 Votes
JSON replacing characters in Token - hence corrupting it
In JSON, "/" is equivalent to "\/" (http://json.org/), so any JSON reader should be aware of such escaping and unescape the string prior to using it.Answered | 1 Replies | 4216 Views | Created by Shazia Fazili - Thursday, March 3, 2011 8:49 PM | Last reply by Carlos Figueira - Friday, March 4, 2011 12:25 AM -
0 Votes
Expire Access token for specific application
Please see the section ...Answered | 1 Replies | 622 Views | Created by skipster - Monday, August 5, 2019 6:13 PM | Last reply by Frank Hu MSFT - Monday, August 5, 2019 10:18 PM -
5 Votes
How to Map JSON Response in Mapp
Yes I have an orchestration, and I have 2 different request/response port, One port is for request and response for one api, this api using the XML request ...Answered | 6 Replies | 1205 Views | Created by GoforWin - Friday, October 21, 2016 7:46 PM | Last reply by Pushpendra K Singh - Thursday, October 27, 2016 3:16 PM -
0 Votes
401 Unauthorized message when attempting to get a Client Token
I will try this out when I get the chance.Answered | 14 Replies | 8445 Views | Created by S Developer - Thursday, June 25, 2009 4:38 PM | Last reply by Abbas Zulfikar - Wednesday, October 6, 2010 5:44 AM - Items 1 to 20 of 2764841 Next ›
No announcements