https://github.com/gravitee-io/gravitee-am-app-sandbox-angular
AM - Angular - sandbox application
https://github.com/gravitee-io/gravitee-am-app-sandbox-angular
product-am security-scan
Last synced: 20 days ago
JSON representation
AM - Angular - sandbox application
- Host: GitHub
- URL: https://github.com/gravitee-io/gravitee-am-app-sandbox-angular
- Owner: gravitee-io
- Created: 2021-11-08T10:24:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T17:40:23.000Z (7 months ago)
- Last Synced: 2025-03-27T17:46:37.837Z (about 1 month ago)
- Topics: product-am, security-scan
- Language: TypeScript
- Size: 201 KB
- Stars: 0
- Watchers: 12
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# GraviteeAmAppSandboxAngular
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.5.
## Running the App
The file `constants.json` should be updated with your AM Gateway information. For example:
```json
{
...
"auth": {
"baseURL": "http://localhost:8092",
"domain": "your-domain",
"clientId": ""
},
...
}
```The following configuration is required at Domain level:
- `User Management` -> `Self-service account management` should be enabled
- `OPENID` -> `CIBA` should be enabledThe following configuration is required at Application level:
- `OAuth 2.0 / OIDC` -> `Grant flows` -> `Implicit` should be checked
- `OAuth 2.0 / OIDC` -> `Scopes` -> `Openid` should be added and the `Default` checkbox should be selected## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
If you want to change the application's port, use the `--port` option. For example:
```bash
ng serve --port 4300
```## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).