MsalError.OboCacheKeyNotInCacheError Field

Definition

What happens?

The token cache does not contain a token with an OBO cache key that matches the longRunningProcessSessionKey passed into AcquireTokenInLongRunningProcess(IEnumerable<String>, String).

Mitigation

Call InitiateLongRunningProcessInWebApi(IEnumerable<String>, String, String) with this longRunningProcessSessionKey first or call AcquireTokenInLongRunningProcess(IEnumerable<String>, String) with an already used longRunningProcessSessionKey.
public const string OboCacheKeyNotInCacheError;
val mutable OboCacheKeyNotInCacheError : string
Public Const OboCacheKeyNotInCacheError As String 

Field Value

Applies to