From 482479cc18b419d95e23a311594de12b5bff84bf Mon Sep 17 00:00:00 2001 From: Ebram Shehata Date: Wed, 22 Jul 2020 15:20:07 +0200 Subject: [PATCH] Update token-exchange.adoc --- securing_apps/topics/token-exchange/token-exchange.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/securing_apps/topics/token-exchange/token-exchange.adoc b/securing_apps/topics/token-exchange/token-exchange.adoc index 44a3ccc957..de2817fe16 100644 --- a/securing_apps/topics/token-exchange/token-exchange.adoc +++ b/securing_apps/topics/token-exchange/token-exchange.adoc @@ -59,7 +59,7 @@ subject_token_type:: `subject_issuer`. requested_token_type:: _OPTIONAL._ This parameter represents the type of token the client wants to exchange for. Currently only oauth - and OpenID Connect token types are supported. The default value for this depends on whether the + and OpenID Connect token types are supported. The default value for this depends on whether it is `urn:ietf:params:oauth:token-type:refresh_token` in which case you will be returned both an access token and refresh token within the response. Other appropriate values are `urn:ietf:params:oauth:token-type:access_token` and `urn:ietf:params:oauth:token-type:id_token` audience::