Have you added the allowed redirect uri to your app?
If this does not work either, it would be very great to get something to reproduce it, for example a simple html app that implements login as well and access to your production system.’
You can also debug the identity server, there is no guarantee that it is bug free. Unfortunately I do not have that much time for identity server at the moment as there is so much to do.
@Sebastian The redirect is working now but when i am trying to get the token it does not show anything in the app. I am sending the client secret as well in the URL. Does it have to be encoded?
It was related to passing correct scope and all the other related parameters.
For the client secret, i have to update the same on the client in CMS as well right?
And I am still not able to get the token even though I am passing the same hashed client secret which is mentioned in CMS. It still throws the same error. I don’t know if i am missing a step or something.
Hey Sebastian, I am now able to get the user info by passing the access token. Can you please help me regarding how to refresh a token… And also is there a way to extend the expiry time of the token in the identity server. @Sebastian
To be honest, I need to have a look as well. I think you have to request offline access if I remember correctly and then your library should hopefully do the rest.
@Sebastian is there a way to extend the expiry time of the token in the identity server.? Currently it send the expiry time as 3600. Is it hours or seconds?
@antrikshkmr I would really appreciate if I can see or hear about your process for utilizing the AppAuth Library and Squidex Client details for being able to properly authorize and utilize squidex in an Android client.