first commit

This commit is contained in:
2023-12-23 09:35:14 -03:00
commit 46b28bc166
64 changed files with 634 additions and 0 deletions

12
files/config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"ClientId" : "e3xxxxxxxxxxxxxxxxxxxxxxxxc2f",
"ClientSecret" : "8exxxxxxd-fxxe-4xxf-8xxc-xxxxxxxx",
"BaseUrl" : "https://idcs-xxxxxxxxxxxxxxxxxxxxxxxx.identity.oraclecloud.com",
"AudienceServiceUrl" : "https://idcs-xxxxxxxxxxxxxxxxxxxxxxxx.identity.oraclecloud.com",
"scope" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apigateway.us-ashburn-1.oci.customer-oci.com/super-scope",
"TokenIssuer" : "https://identity.oraclecloud.com",
"redirectURL": "http://localhost:8000/callback",
"logoutSufix":"/oauth2/v1/userlogout",
"LogLevel":"INFO",
"ConsoleLog":"True"
}