
BalramM.10108 (Customer) asked a question.
We are using Github as social identity provider.
Configured the app and all the flow by following documentation. we are getting following error from when started authorising the request.
I have verified the state param that github is returning after successful login. It is same as the once which okta is sending to it.
Here are the calls
- App to Okta - https://dev-331575.okta.com/oauth2/default/v1/authorize?client_id=xxxxxxxxxxxx&idp=0oa1uw1ppxx0xxaBkRgxxxuu357&redirect_uri=http://localhost:3042/implicit/callback&response_type=id_token&scope=openid%20profile%20email&state=ui&nonce=ui&response_mode=fragment
- Okta to Github : https://github.com/login/oauth/authorize?state=LzFQMEl4dnJlcHd4OGdUam1UTEE0bVB4aWZ0d2I1NURuc2VjK1dlQStvN1B1dFcyVzJsQncvVlJ4VExPbHJqTw&client_id=xxxxxxxxxxxxxxxxxxxxx&response_type=code&login_hint&display=page&redirect_uri=https://dev-331575.okta.com/oauth2/v1/authorize/callback&scope=openid%20profile%20email
- Git Hub response -- https://dev-331575.okta.com/oauth2/v1/authorize/callback?code=c62c485f1e135bcb6b0a&state=LzFQMEl4dnJlcHd4OGdUam1UTEE0bVB4aWZ0d2I1NURuc2VjK1dlQStvN1B1dFcyVzJsQncvVlJ4VExPbHJqTw
- Okta resposne:
5. From okta to app:
But The state param is not changed from github to okta. Please help us to solve the issue. And let us know if more information is required.

Hey Balram! Thank you for posting!
We have resources available specifically for developers at https://developer.okta.com, including a Developer Forum (https://devforum.okta.com/) and documentation. If you are unable to find the solutions you're looking for there, we would encourage you to contact our dedicated Developer Support team at developers@okta.com, and they will be able to help you out.