Relative Content

Tag Archive for angularopenid-connectazure-ad-msalangular-auth-oidc-client

Replacing the user import from oidc-library to MSAL

I am working on moving from oidc to msal. What should I be doing to replace instances of the oidc-client in my project. For example, what would be the MSAL library equivalents to oicd-client imports like this:
import { UserManager, Log, User } from ‘oidc-client’;
Any help or direction would be helpful.