AzureAD/microsoft-authentication-library-common-for-objc

Requesting SP800-108 implementation be moved from token broker to common core

kevindiclemente opened this issue · 1 comments

MSAL needs to use SP800-108 HMAC on MacOS, and support for this exists today in token broker. I believe both MSAL and token broker have a dependency on common core, so this would be a great spot to refactor this code for shared usage

https://github.com/AzureAD/azure-activedirectory-tokenbroker-for-objc/blob/master/ADAuthenticationBroker/ADAuthenticationBroker/ADBrokerCryptoProvider.m#L77

Discussed with @kevindiclemente and this issue has been addressed.