on ‎2025 Nov 20 6:47 AM
I created my first python app with ui5 frontend. But how can I test xsuaa security locally in vscode? Any option to define basic or mocked authentication? See the example how I do that normally in nodejs CAP application, but python has no package.json. Thank you in advance!
"cds": {
"requires": {
"[production]": {
"auth": "xsuaa"
},
"[development]": {
"auth": {
"kind": "basic",
"users": {
"myuser": {
"password": "mypass",
"roles": ["TEST_ROLE"]
}
}
}
}
}
}
Request clarification before answering.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.