Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed Feb 22, 2024
1 parent 0bfd89e commit 9289527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/entra-id-saml-bearer.http
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer
#&requested_token_type=urn:ietf:params:oauth:token-type:saml1

### Fill Variables from Response
@saml_bearer_token = {{requestSAMLBearerToken.response.body.$.access_token}}
@saml_bearer_token={{requestSAMLBearerToken.response.body.$.access_token}}

### Get Access Token from ABAP System
# @name requestAccessToken
Expand Down Expand Up @@ -44,7 +44,7 @@ Content-Type: application/x-www-form-urlencoded
assertion={{saml_bearer_token}}
&grant_type=urn:ietf:params:oauth:grant-type:saml2-bearer
###
@access_token_btp = {{requestAccessTokenBTP.response.body.$.access_token}}
@access_token_btp={{requestAccessTokenBTP.response.body.$.access_token}}
#@access_token_btp={{$dotenv token}}
### Request Data from SAP BTP
GET {{$dotenv graph_uri}}/api/{{$dotenv graph_name}}/sap.s4/A_Product
Expand Down

0 comments on commit 9289527

Please sign in to comment.