MsalError.OboCacheKeyNotInCacheError Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
What happens?
The token cache does not contain a token with an OBO cache key that matches thelongRunningProcessSessionKey
passed into AcquireTokenInLongRunningProcess(IEnumerable<String>, String).
Mitigation
Call InitiateLongRunningProcessInWebApi(IEnumerable<String>, String, String) with thislongRunningProcessSessionKey
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