This a React Proof Of Concept to demonstrate how to authenticate against AquaO rest services with Microsoft Authentication Library jwt token
Edit .env file and replace %**% with the correct values
- %AQUAO_ENDPOINT%
- %TENANT_ID%
- %CLIENT_ID%
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
Run npm install
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
Builds the app for production to the build
folder.\
AquaO - support@aquao.fr
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.