Hello,
I am trying to integrate Okta openid authentication for Xamarin Forms mobile application. I was able to login successfully with the configurations set up in our company portal.
I followed “https://developer.okta.com/blog/2018/05/01/add-authentication-xamarin-openid-connect” to integrate login. I don’t find any documentation for logout, but i tried implementing by following “https://developer.okta.com/docs/reference/api/oidc/#logout”.
But when i try to login back it is authenticated directly with out asking for credentials and i see the session is not ended in the logs of okta portal. Can someone help in getting this resolved ?