Skip to content

Commit cbbb90f

Browse files
Merge pull request #50366 from Orin-Thomas/NEW-intro-entra-external-native-auth
This was merged to the branch of main but issues were found which I h…
2 parents 3bc3c90 + 42915ec commit cbbb90f

10 files changed

+17
-17
lines changed

learn-pr/advocates/configure-entra-external-native-authentication/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.configure-entra-external-native-authintroduction
2+
uid: learn.configure-entra-external-native-auth.introduction
33
title: Introduction
44
metadata:
55
title: Introduction

learn-pr/advocates/configure-entra-external-native-authentication/2-create-external-tenant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.configure-entra-external-native-authcreate-external-tenant
2+
uid: learn.configure-entra-external-native-auth.create-external-tenant
33
title: Create an external tenant
44
metadata:
55
title: Create an external tenant

learn-pr/advocates/configure-entra-external-native-authentication/3-enable-public-client-native-authentication-flows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.configure-entra-external-native-authenable-public-client-native-authentication-flows
2+
uid: learn.configure-entra-external-native-auth.enable-public-client-native-authentication-flows
33
title: Enable public client and native authentication flows
44
metadata:
55
title: Enable public client and native authentication flows

learn-pr/advocates/configure-entra-external-native-authentication/4-prepare-app-native-authentication.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.configure-entra-external-native-authprepare-app-native-authentication
2+
uid: learn.configure-entra-external-native-auth.prepare-app-native-authentication
33
title: Prepare your app for native authentication
44
metadata:
55
title: Prepare your app for native authentication

learn-pr/advocates/configure-entra-external-native-authentication/5-add-mobile-app-native-authentication.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.configure-entra-external-native-authadd-mobile-app-native-authentication
2+
uid: learn.configure-entra-external-native-auth.add-mobile-app-native-authentication
33
title: Add sign-up in a mobile app using native authentication
44
metadata:
55
title: Add sign-up in a mobile app using native authentication

learn-pr/advocates/configure-entra-external-native-authentication/6-add-credential-mobile-app-using-native-authentication.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.configure-entra-external-native-authadd-credential-mobile-app-using-native-authentication
2+
uid: learn.configure-entra-external-native-auth.add-credential-mobile-app-using-native-authentication
33
title: Add sign-in and sign out in a mobile app by using native authentication
44
metadata:
55
title: Add sign-in and sign out in a mobile app by using native authentication

learn-pr/advocates/configure-entra-external-native-authentication/7-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.configure-entra-external-native-authknowledge-check
2+
uid: learn.configure-entra-external-native-auth.knowledge-check
33
title: Knowledge check
44
metadata:
55
title: Knowledge check

learn-pr/advocates/configure-entra-external-native-authentication/8-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.configure-entra-external-native-authsummary
2+
uid: learn.configure-entra-external-native-auth.summary
33
title: Summary
44
metadata:
55
title: Summary

learn-pr/advocates/configure-entra-external-native-authentication/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Introduction to Native authentication in Microsoft Entra External ID
1+
## Introduction to Native authentication in Microsoft Entra External ID
22

33
Microsoft Entra's native authentication allows you to have full control over the design of your mobile and desktop application sign-in experiences. Unlike browser-based solutions, native authentication enables you to create visually appealing, pixel-perfect authentication screens that seamlessly blend into your app's interface. With this approach, you can fully customize the user interface, including design elements, logo placement, and layout, ensuring a consistent and branded look.
44

learn-pr/advocates/configure-entra-external-native-authentication/index.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ roles:
3030
products:
3131
- entra-external-id
3232
units:
33-
- learn.configure-entra-external-native-authintroduction
34-
- learn.configure-entra-external-native-authcreate-external-tenant
35-
- learn.configure-entra-external-native-authenable-public-client-native-authentication-flows
36-
- learn.configure-entra-external-native-authprepare-app-native-authentication
37-
- learn.configure-entra-external-native-authadd-mobile-app-native-authentication
38-
- learn.configure-entra-external-native-authadd-credential-mobile-app-using-native-authentication
39-
- learn.configure-entra-external-native-authknowledge-check
40-
- learn.configure-entra-external-native-authsummary
33+
- learn.configure-entra-external-native-auth.introduction
34+
- learn.configure-entra-external-native-auth.create-external-tenant
35+
- learn.configure-entra-external-native-auth.enable-public-client-native-authentication-flows
36+
- learn.configure-entra-external-native-auth.prepare-app-native-authentication
37+
- learn.configure-entra-external-native-auth.add-mobile-app-native-authentication
38+
- learn.configure-entra-external-native-auth.add-credential-mobile-app-using-native-authentication
39+
- learn.configure-entra-external-native-auth.knowledge-check
40+
- learn.configure-entra-external-native-auth.summary
4141
badge:
4242
uid: learn.intro-entra-external-native-auth-badge

0 commit comments

Comments
 (0)