Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Before you can runs this example, first create the following app.json inside your assets folder and use the following skeleton:

{
    "tenant": "<TENANT-NAME-OR-ID>",
    "clientId": "<CLIENT-ID>",
    "redirectUri": "<REDIRECT-URI>",
    "scopes": [],
    "loginPolicy": "<NAME-OF-LOGIN-POLICY>"
}