You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This credential does not affect the container or ReferenceOrValue properties which should not be set and should return null for the soruce type "AutoDecryptKeys".
The text was updated successfully, but these errors were encountered:
@RojaEnnam:
After discussion with @jennyf19, @GeoK and Keegan:
We're not going to have the application tenant and the protocol part of this credential, because we would actually need all the properties of AuthorizationHeaderProviderOptions. For instance if we need to use the Pop protocol, there is more that needs to be provided, in addition to the tenant (pop key, URL, etc ...)
Therefore.
We'll add the source type AutoDecryptKeys.
we could add an AuthorizationHeaderProviderOptions property here,
/// <summary>/// Default parameter used when the application needs to call a downstream API/// on behalf of itself. /// In particular it describes the tenant to be used by default in the case of multi-tenant applications, but/// can also describe the protocol used (Pop) and its parameters/// </summary>AuthorizationHeaderProviderOptionsDefaultAppTokenOptions;
Be able to support the following configuration:
This credential does not affect the container or ReferenceOrValue properties which should not be set and should return null for the soruce type "AutoDecryptKeys".
The text was updated successfully, but these errors were encountered: