oauth2.0 implicit grant response

Im able to generate oauth token with implicit grant. and returning the Location callback.

my FE developer is asking me to respond the Content-Type text/html

im not able to execute step with Assign Message after the oauth token was generated . it goes to respond right away the respond.

how can I add content-type in top of the generated response from the implicit grant ?

thanks

Solved Solved
0 1 114
1 ACCEPTED SOLUTION

Never Mind. I just added generate response enabled true and i was able to fill the Content-Type 😄

View solution in original post

1 REPLY 1

Never Mind. I just added generate response enabled true and i was able to fill the Content-Type 😄