lehelmedves
lehelmedves
Hello! I also have a question regarding FullScreen mode: is there any way of forcing fullscreen mode manually through an API call?
Yes, I do initiate the value update and right after that I call the completion handler.
I am using a similar code, the difference being that I'm passing the idToken to the OIDEndSessionRequest instead of the refreshToken. The out come is still not the desired one...
Indeed, but my main problem with this is, that this way the cookie will not be erased and upon the next login this will be seen by the user.
@EggYoke this seems to be a redirect URI issue, it needs to be specified on the identity server and the same needs to be used when you perform the end...