Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

[WIP]Updates for MSAL 0.4 #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

shoatman
Copy link
Contributor

No description provided.

@@ -30,8 +30,8 @@

<!--Add in your scheme/host from registered redirect URI-->
<data android:scheme="msauth"
android:host= "YOUR_PACKAGE_NAME - must be registered at https://aka.ms/MobileAppReg"
android:path= "/YOUR_DECODED_SIGNATURE_HASH - must be registered at https://aka.ms/MobileAppReg>" />
android:host= "com.azuresamples.msalandroidapp"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it was on purpose to keep it in this way.

android:host= "YOUR_PACKAGE_NAME - must be registered at https://aka.ms/MobileAppReg"
android:path= "/YOUR_DECODED_SIGNATURE_HASH - must be registered at https://aka.ms/MobileAppReg>" />

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I'll put back the original values... prior to actually merging. Leaving it this way for testing.

}

dependencies {
implementation project(':msal')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the plan around using this value vs loading from Maven central?


@Override
public void onError(@NonNull Exception exception) {

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should show a Toast or dialog if this error gets hit - otherwise, users of the samples might be confused with a silent failure


@Override
public void onError(@NonNull MsalException exception) {

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same feedback here regarding a Toast or dialog

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants