By: Yamil Díaz Aguirre user 08 May 2020 at 10:38 a.m. CDT

3 Responses
Yamil Díaz Aguirre gravatar
When I use the authorize end-point to autenticate with Gluu Server (`oxauth/restv1/authorize`) I can specifiy in the response_type param the values for `token`, `id_token` and `code`. But I can't get the refresh token at this point. Do I have to forcibly consume `oxauth/restv1/token` to get the refresh token? Thank you!

By Yuriy Zabrovarnyy staff 08 May 2020 at 10:55 a.m. CDT

Yuriy Zabrovarnyy gravatar
Yes, you have to call Token Endpoint, that what is explicitly said in spec. https://openid.net/specs/openid-connect-core-1_0.html#RefreshTokens

By Yamil Díaz Aguirre user 08 May 2020 at 11:05 a.m. CDT

Yamil Díaz Aguirre gravatar
Thank you very much!

By Yuriy Zabrovarnyy staff 08 May 2020 at 12:13 p.m. CDT

Yuriy Zabrovarnyy gravatar
You are welcome, closing ticket.