Mark Kreyman
Mark Kreyman
@ChristianVermeulen, I think the problem is that you need to tell it what host or what roles you want to run it on. Or to specify that you want it...
I'm having a similar issue. Provider that I'm writing a custom strategy for doesn't use either `client_secret` or basic auth header. I had to clone your repo and then comment...
Had to do the following to get rid of the header that was causing 406 with my provider... ``` def get_token(client, params, headers) do client |> put_header("Accept", "application/json") |> OAuth2.Strategy.AuthCode.get_token(params,...