Deprecate ClaimsRequest API #855
Labels
confidential-client
For issues related to confidential client apps
public-client
For questions/issues related to public client apps
SDK-Consistency
Items that deal with consistency between all MSALs
Several years ago the ClaimsRequest and related APIs were added as a helper for claims in token requests.
However, this is inconsistent with other (non-Android) MSALs and is strongly typed to match a format we have no control over. Because of this, the ClaimsRequest style should be deprecated in favor of the String-based approached in other MSALs.
The text was updated successfully, but these errors were encountered: