Guest User

Untitled

a guest
Dec 13th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. 2018-12-13 20:54:18.407 INFO 34505 --- [pool-9-thread-1]
  2. c.m.aad.adal4j.AuthenticationAuthority : [Correlation ID: 2fa4ae8c-b16b-4742-
  3. 9bbd-0b65aadfeed5] Instance discovery was successful
  4.  
  5. 2018-12-13 20:54:19.081 ERROR 34505 --- [pool-9-thread-1]
  6. c.m.aad.adal4j.AuthenticationContext : [Correlation ID: 2fa4ae8c-b16b-4742-9bbd-0b65aadfeed5] Execution of class
  7. com.microsoft.aad.adal4j.AcquireTokenCallable failed.
  8.  
  9.  
  10. com.microsoft.aad.adal4j.AuthenticationException: **{"error_description":"AADSTS65001: The user or administrator has not consented to use the application with ID '036bd163-bdc6-4094-8b8b-4f47863fd152' named 'guidepost_local_sso'. Send an interactive authorization request for this user and resource.rnTrace ID: 3b5e8bb5-19c9-4bee-8037-eece262b3c00rnCorrelation ID: 2fa4ae8c-b16b-4742-9bbd-0b65aadfeed5rnTimestamp: 2018-12-13 15:24:18Z","error":"invalid_grant"}**
  11.  
  12. at
  13. com.microsoft.aad.adal4j.AdalTokenRequest.executeOAuthRequestAndProcessResponse(AdalTokenRequest.java:128)
  14.  
  15. at com.microsoft.aad.adal4j.AuthenticationContext.acquireTokenCommon(AuthenticationContext.java:928)
  16.  
  17. at com.microsoft.aad.adal4j.AcquireTokenCallable.execute(AcquireTokenCallable.java:70)
  18.  
  19. at com.microsoft.aad.adal4j.AcquireTokenCallable.execute(AcquireTokenCallable.java:38)
  20.  
  21. at com.microsoft.aad.adal4j.AdalCallable.call(AdalCallable.java:47)
  22.  
  23. at java.util.concurrent.FutureTask.run(Fu
  24.  
  25. tureTask.java:266)
  26.  
  27. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  28.  
  29. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  30.  
  31. at java.lang.Thread.run(Thread.java:748)
Add Comment
Please, Sign In to add comment