Skip to content

Commit

Permalink
Token exchange with Flash IdP
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed Apr 18, 2024
1 parent 062e27d commit 23038f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/flash.http
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ X-Csrf: 1
###
@idToken={{getIdToken.response.body.$}}

### Get Token from Flash IdP
# @name requestTokenFlashIdP
POST {{$dotenv flash_idp_token_url}}
Authorization: Basic {{$dotenv flash_idp_client_id}}:{{$dotenv flash_idp_client_secret}}
Content-Type: application/x-www-form-urlencoded

grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer
&assertion={{idToken}}

### Get Access Token from SAP Identity Authentication Service (IAS)
# @name requestAccessTokenIAS
POST {{$dotenv ias_base_url}}/oauth2/token
Expand Down

0 comments on commit 23038f5

Please sign in to comment.