oauth2 authorization code

It’s the authorize endpoint. I’ll see if I can track down more information on what our auth provider is not liking. I’m guessing it’s a config issue with the auth provider. Looks like it returns a 500 internal server error from disk cache only when the state is present. If I remove the value of that parameter and paste into a browser it reaches the authentication provider. Are you familiar with any issue like that?

Speaking with our internal teams, I’m hearing I also need the response_type parameter changed to code. I have the authentication provider set to Authorization Code - that should do that, right?