-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #690 from bcgov/chore/owf-prep
OWF migration prep
- Loading branch information
Showing
71 changed files
with
297 additions
and
1,572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
owner: bcgov | ||
git-repo: vc-authn-oidc | ||
owner: openwallet-foundation | ||
git-repo: acapy-vc-authn-oidc | ||
git-base-url: https://api.github.com/ | ||
git-upload-url: https://uploads.github.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
# Demo App | ||
|
||
This demo is based on https://github.com/bcgov/vue-scaffold | ||
# ACAPy VC-AuthN OIDC Demo App |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,19 @@ | ||
{ | ||
"frontend": { | ||
"apiPath": "api/v1", | ||
"basePath" : "/app", | ||
"basePath": "/app", | ||
"keycloak": { | ||
"serverUrl": "https://dev.oidc.gov.bc.ca/auth" | ||
"serverUrl": "" | ||
} | ||
}, | ||
"server": { | ||
"apiPath": "/api/v1", | ||
"basePath" : "/app", | ||
"basePath": "/app", | ||
"bodyLimit": "30mb", | ||
"keycloak": { | ||
"serverUrl": "https://dev.oidc.gov.bc.ca/auth" | ||
"serverUrl": "" | ||
}, | ||
"logLevel": "http", | ||
"port": "8080" | ||
}, | ||
"serviceClient": { | ||
"commonServices": { | ||
"ches": { | ||
"endpoint": "https://ches-dev.pathfinder.gov.bc.ca/api" | ||
}, | ||
"cdogs": { | ||
"endpoint": "https://cdogs-dev.pathfinder.gov.bc.ca/api" | ||
}, | ||
"tokenEndpoint": "https://dev.oidc.gov.bc.ca/auth/realms/jbd6rnxw/protocol/openid-connect/token" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.