I am following the code above for end session, I have tried with demo code of TokenActivity.endSession() as well but still unable to end session on my device.
My final url looks like:
httpsBaseURL/end_session?id_token_hint="idToken"&post_logout_redirect_uri=httpsBaseURL/logout
but its giving me error as follows:
"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
I am not sure why I am unable to end session properly.
I am following the code above for end session, I have tried with demo code of TokenActivity.endSession() as well but still unable to end session on my device.
My final url looks like:
httpsBaseURL/end_session?id_token_hint="idToken"&post_logout_redirect_uri=httpsBaseURL/logout
but its giving me error as follows:
"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
I am not sure why I am unable to end session properly.