Open trwalke opened 2 weeks ago
Do we have or need a documentation for how to use this extension interface?
For example, in the CDT scenario, the following behaviors would be needed from a client-side SDK, how and where are they addressed by this extension interface?
OnBeforeTokenRequestHandler
, IAuthenticationOperation.KeyId
or GetTokenRequestParams()
?AdditionalCacheParameters
?IIAuthenticationOperation.FormatResult()
.@trwalke Ok to close this?
I think so, but it isnt going to be used by anyone at the moment except MISE and it is still in preview. @bgavrilMS does it make sense to add public or internal docs for this?
MSAL client type
Confidential
Problem statement
Certain application would like to extend MSAL's authentication flow to suit their needs.
Proposed solution
Enable the extension of MSAL authentication operations with the implementation of
IAuthenticaitonOperation
The implementation will be injected into MSAL with the following API:
Alternatives
No response