https://github.com/gregorwolf/approuter-ias
Demo App using IAS for Authentication to Approuter
https://github.com/gregorwolf/approuter-ias
Last synced: 4 months ago
JSON representation
Demo App using IAS for Authentication to Approuter
- Host: GitHub
- URL: https://github.com/gregorwolf/approuter-ias
- Owner: gregorwolf
- Created: 2024-07-16T21:11:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-25T10:09:23.000Z (5 months ago)
- Last Synced: 2026-01-26T01:08:24.737Z (5 months ago)
- Language: HTML
- Size: 53.7 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo App using IAS for Authentication to Approuter
This application is based on the sample application [demoAppRouter](https://github.com/SAP-samples/appgyver-auth-flows/tree/main/demoAppRouter).
## How to deploy things
```bash
mbt build
cf deploy mta_archives/demoApp_1.0.0.mtar
```
## Hybrid testing
```bash
cf create-service-key demoApp-uaa demoApp-uaa-key
cf create-service-key demoApp-ias demoApp-ias-key -c '{"credential-type":"X509_GENERATED"}'
cds bind -2 demoApp-uaa --for hybrid
cds bind identity -2 demoApp-ias --kind identity --for hybrid
```