Skip to content

Commit

Permalink
feat: update project.json
Browse files Browse the repository at this point in the history
  • Loading branch information
imShakil committed Dec 6, 2023
1 parent 3c4864a commit cd8930e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Agama Project to support Social Login from the Hello SaaS service",
"type": "community",
"author": "GluuFederation",
"version": "0.0.2",
"version": "0.0.3",
"authorWebsite": "https://github.com/GluuFederation/agama-hello",
"githubUri": "https://github.com/GluuFederation/agama-hello",
"license": "apache-2.0",
Expand All @@ -15,7 +15,8 @@
"authentication"
],
"noDirectLaunch": [
"hello.agama.inbound.hello"
"hello.agama.inbound.hello",
"hello.agama.inbound.hello_user"
],
"configs": {
"hello.agama.inbound.main": {
Expand All @@ -31,12 +32,12 @@
"clientCredsInRequestBody": true,
"custParamsAuthReq": {},
"custParamsTokenReq": {},
"redirectUri": " "
"redirectUri": null
},
"uidPrefix": "hello-"
},
"hello.agama.inbound.hello": {},
"hello.agama.inbound.hello_user": {}
},
"name": "agama-hello"
}
}

0 comments on commit cd8930e

Please sign in to comment.