You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application I'm supporting has OAuth authentication using two different authentication servers. Mysteriously, only in my development environment they have begun exhibiting unexpected behaviour.
When an attempt is made to get a token via OAuth2.Client.get_token/1, an error is returned with a tuple rather than a string for the reason. The value of the tuple is {:option, :server_only, :honor_cipher_order}. I haven't been able to find out why this is happening nor what the tuple means.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
The application I'm supporting has OAuth authentication using two different authentication servers. Mysteriously, only in my development environment they have begun exhibiting unexpected behaviour.
When an attempt is made to get a token via
OAuth2.Client.get_token/1
, an error is returned with a tuple rather than a string for the reason. The value of the tuple is{:option, :server_only, :honor_cipher_order}
. I haven't been able to find out why this is happening nor what the tuple means.Any help would be appreciated.
The text was updated successfully, but these errors were encountered: