microsoft-authentication-library-for-objc icon indicating copy to clipboard operation
microsoft-authentication-library-for-objc copied to clipboard

MSAL SDK interface enhancement to take application downloaded user identity certificate to handle sign-In request.

Open smudireddy opened this issue 5 years ago • 1 comments

Requirement:

When device not managed by MDM solution or downloaded certificate is not exposed, if an application want to securely use the downloaded user-identity certificate from it's known server to use in handling the authentication challenges through MSAL in an embedded WebView provided by MSAL. The sign-in request handled inside the app and certificate not exposed to any other apps. Intended to protect the cert and use it's own cases so that it can renew when it got revoked or expired.

Currently this support available only if User identity certificate downloaded and pushed to system Key-chain in Browser from a server page or pushed by MDM solution.

smudireddy avatar Jul 24 '20 06:07 smudireddy

Thank you for the suggestion. We will take a look at it.

jasoncoolmax avatar Jul 24 '20 22:07 jasoncoolmax