-
Notifications
You must be signed in to change notification settings - Fork 13
Add native auth into MSAL JS overview #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Learn Build status updates of commit 069f749:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| msal-javascript-conceptual/index.md | View | Details |
msal-javascript-conceptual/index.md
- Line 38, Column 5: [Warning: hard-coded-locale - See documentation]
Link 'https://learn.microsoft.com/en-us/entra/identity-platform/concept-native-authentication' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites. - Line 38, Column 5: [Suggestion: docs-link-absolute - See documentation]
Absolute link 'https://learn.microsoft.com/en-us/entra/identity-platform/concept-native-authentication' will be broken in isolated environments. Replace with a relative link.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
|
Learn Build status updates of commit 5f7e020: ✅ Validation status: passed
For more details, please refer to the build report. |
msal-javascript-conceptual/index.md
Outdated
|
|
||
| - [Microsoft Authentication Library for Angular](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-angular-v1/lib/msal-angular): A wrapper of the core 1.x library for apps using Angular framework. | ||
|
|
||
| - **[Native authentication](https://learn.microsoft.com/en-us/entra/identity-platform/concept-native-authentication) support in MSAL**: MSAL JS provides native authentication APIs that allow applications to implement a native experience with end-to-end customizable flows in their web applications. With native authentication, user can fully customize the user interface, including design elements, logo placement, and layout, ensuring a consistent and branded look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - **[Native authentication](https://learn.microsoft.com/en-us/entra/identity-platform/concept-native-authentication) support in MSAL**: MSAL JS provides native authentication APIs that allow applications to implement a native experience with end-to-end customizable flows in their web applications. With native authentication, user can fully customize the user interface, including design elements, logo placement, and layout, ensuring a consistent and branded look. | |
| - **[Native authentication](/entra/identity-platform/concept-native-authentication) support in MSAL**: MSAL JS provides native authentication APIs that allow applications to implement a native experience with end-to-end customizable flows in their web applications. With native authentication, you have complete control over the user interface, allowing you to customize design elements, logo placement, and layout for a consistent, branded experience. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yongdiw left a minor suggestion here to convert the link to site relative and remove locale, which should clear the build warnings.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done, updated external links.
Add native auth into MSAL JS overview