Skip to content

Commit 3f37cd3

Browse files
committed
bring back deleted image
1 parent 36cc0d1 commit 3f37cd3

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed
Loading

powerapps-docs/developer/data-platform/oauth-cross-origin-resource-sharing-connect-single-page-application.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ search.app:
1818

1919
# Use OAuth with Cross-Origin Resource Sharing to connect a Single-Page Application
2020

21-
You can create a Single-Page Application (SPA) which uses JavaScript to work with Microsoft Dataverse data using Web API. To provide this, Cross-Origin Resource Sharing (CORS) is enabled so that your SPAs can bypass browser restrictions that normally prevent requests that cross ___domain boundaries.
21+
You can create a Single-Page Application (SPA) which uses JavaScript to work with Microsoft Dataverse data using Web API. To provide this, Cross-Origin Resource Sharing (CORS) is enabled so that your SPAs can bypass browser restrictions that normally prevent requests that cross ___domain boundaries.
2222

2323
<a name="bkmk_Spas_and_same_origin_policy"></a>
2424

@@ -34,21 +34,18 @@ The [CORS protocol](https://fetch.spec.whatwg.org/#http-cors-protocol) provides
3434

3535
## Preparing to use MSAL.js with a SPA
3636

37-
In order to configure your SPA to work with msal.js you will need to:
38-
37+
In order to configure your SPA to work with msal.js you will need to:
38+
3939
1. Register your application with the Azure Active Directory tenant.
4040
1. Set configuration variables in your SPA with information from that registration.
41-
42-
You will need to include the following:
43-
41+
You will need to include the following:
4442
- The URL to your Dataverse organization.
4543
- The Id of the Active Directory tenant your organization uses to authenticate.
4644
- The client ID you get when you register your application.
4745
- The URL to where the SPA will be deployed or debugged during development.
4846

47+
The set of steps required are described in [Quickstart: Register and configure a SPA application for Dataverse using msal.js](quick-start-register-configure-simplespa-application-msal-js.md)
4948

50-
The set of steps required are described in [Quickstart: Register and configure a SPA application for Dataverse using msal.js](quick-start-register-configure-simplespa-application-msal-js.md)
51-
5249
### See also
5350

5451
[Use OAuth to connect to Dataverse web services](authenticate-oauth.md)<br />

0 commit comments

Comments
 (0)