I’m trying to create an Oath OIDC Okta app (web) to use SSO with a website. The app is created in Okta and when trying to login to the app it does send the response back to the login redirect URI, but it does so with the error: error=invalid_request&error_description=The+authorization+server+id+is+invalid.
Also It looks like the the expected value ‘code’ is missing in the response as $_GET[‘code’] doesn’t find it. In my terraform I do have response_types = [“code”].
I’m not sure why I’m getting this error, or why ‘code’ is missing.