Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 2.81 KB

README.md

File metadata and controls

57 lines (31 loc) · 2.81 KB

POC aquao-sso-msal-react

aquao-poc-react

This a React Proof Of Concept to demonstrate how to authenticate against AquaO rest services with Microsoft Authentication Library jwt token

How to start

Edit .env file and replace %**% with the correct values

  • %AQUAO_ENDPOINT%
  • %TENANT_ID%
  • %CLIENT_ID%

Prerequisites

Before your applications can interact with Azure Active Directory B2C (Azure AD B2C), you must register them in a tenant that you manage.

https://learn.microsoft.com/en-us/azure/active-directory-b2c/tutorial-register-spa

Install

Run npm install

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

npm run build

Builds the app for production to the build folder.\

Authors

AquaO - support@aquao.fr

License

BSD Zero Clause License Copyright (C) 2023 by AquaO support@aquao.fr

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.