Skip to content
Snippets Groups Projects
Commit 58f22f78 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4087 remove http client

parent 30f404e0
No related branches found
No related tags found
No related merge requests found
...@@ -19,5 +19,3 @@ goofy-client/apps/coverage/ ...@@ -19,5 +19,3 @@ goofy-client/apps/coverage/
.attach** .attach**
.factorypath .factorypath
http-client.private.env.json
\ No newline at end of file
### get token
POST {{keycloak-url }}/realms/by-kiel-dev/protocol/openid-connect/token
Content-Type: application/x-www-form-urlencoded
client_id = alfa &
grant_type = password &
scope = openid &
username = {{ user_sabine }} &
password = {{ pass_sabine }}
> {%
client.global.set("jwt", response.body.access_token)
%}
\ No newline at end of file
GET {{ alfa-url }}/api/vorgangs/abc/export
Authorization: Bearer {{ jwt }}
\ No newline at end of file
{
"remotekc": {
"keycloak-url": "https://sso.dev.by.ozg-cloud.de"
},
"local": {
"alfa-url": "http://localhost:4300"
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment