I am using the OAuth2 hybrid flow to authenticate my application. The initial authentication goes perfectly for 100%.
When I request CodeIdTokenToken I am only getting the code, IdToken and Token (as I requested). But I also want the initial RefreshToken for later use.
What am I missing?
The client uses OWIN for MVC 5.2 and the server is a .NET CORE Identity Server 4 application.
As you can see. Everything is there at the end, except for the refresh token.