Skip to content

Commit 5bad89a

Browse files
authored
Merge pull request #6955 from MicrosoftDocs/jdaly-main-cors-msal
Jdaly main cors msal
2 parents aa86ffc + cdb59fc commit 5bad89a

23 files changed

+472
-436
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "powerapps-docs/developer/data-platform/walkthrough-registering-configuring-simplespa-application-adal-js.md",
5+
"redirect_url": "quick-start-register-configure-simplespa-application-msal-js",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "powerapps-docs/maker/data-platform/azure-synapse-link-copy-sql.md",
510
"redirect_url": "azure-synapse-link-pipelines",

powerapps-docs/developer/data-platform/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,8 @@
450450
href: walkthrough-register-app-azure-active-directory.md
451451
- name: "Tutorial: Create an ASP.NET Core Blazor WebAssembly App"
452452
href: walkthrough-blazor-webassembly-single-tenant.md
453-
- name: "Tutorial: Register and configuring a SPA application with adal.js"
454-
href: walkthrough-registering-configuring-simplespa-application-adal-js.md
453+
- name: "Quick Start: Register and configure a SPA application with msal.js"
454+
href: quick-start-register-configure-simplespa-application-msal-js.md
455455
- name: Transition apps to Dataverse ServiceClient
456456
href: sdk-client-transition.md
457457
- name: Best practices

powerapps-docs/developer/data-platform/authenticate-oauth.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ For specific steps to do this, see [Walkthrough: Register an app with Azure Acti
6161

6262
If your app will use Server-to-Server (S2S) authentication, this step is not required. That configuration requires a specific system user and the operations will be performed by that user account rather than any user that must be authenticated.
6363

64-
### Enable Implicit Flow
65-
66-
If you are configuring an app for a Single Page Application (SPA) you must edit the Manifest to set the `oauth2AllowImplicitFlow` value to `true`. More information: [Walkthrough: Registering and configuring a SPA application with adal.js](walkthrough-registering-configuring-simplespa-application-adal-js.md)
67-
6864
### Use Client Secrets & Certificates
6965

7066
For server to server scenarios there will not be an interactive user account to authenticate. In these cases, you need to provide some means to confirm that the application is trusted. This is done using client secrets or certificates.
Loading
Loading
Loading
Loading
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)