How I can use OAuth authorize endpoint without fusionauth login UI ? I intend to allow user use own login UI to login, which use oauth authorize post method. The login is successful and redirect to my home page but unable to logout the sso session. I believe it is because missing fusionauth sso cookies at the fusionauth domain (since i direct call the post method without use the fusionauth login UI)
Or what is better way to use OAuth with own login form ?