Skip to content

ADAL to MSAL migration - ID Token missing #1694

Answered by negoe
rkrsgithub asked this question in Q&A
Discussion options

You must be logged in to vote

While constructing PublicClientApplication, when you use MSAL, you instantiate a PublicClientApplication. This object models your app identity and is used to make requests to one or more authorities. With this object you will configure your client identity, redirect URI, default authority, whether to use the device browser vs. embedded web view, the log level, and more.

You can declaratively configure this object with JSON, which you either provide as a file or store as a resource within your APK.

Although this object is not a singleton, internally it uses shared Executors for both interactive and silent requests.

In ADAL, every organization that you request access tokens from requires a …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by negoe
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants