We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WARN {org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils} - Unable to filter redirect params for url.https://accounts.google.com/o/oauth2/auth?response_type=code&redirect_uri=https%3A%2F%2Flocalhost%3A9443%2Fcommonauth&state=26991b3b-3969-47e3-9817-d8fd086551a1%2COIDC&client_id=192218414291-3mkko67vgt4cbmd62l5l4klcqhrd26f8.apps.googleusercontent.com&scope=openid email profile
Possible cause - There are spaces in the url, possible solution urlencode in scope.
identity-outbound-auth-oidc/components/org.wso2.carbon.identity.application.authenticator.oidc/src/main/java/org/wso2/carbon/identity/application/authenticator/oidc/OpenIDConnectAuthenticator.java
Line 301 in b58fca1
@ayshsandu
The text was updated successfully, but these errors were encountered:
@wijith7 Shall we move this issue to product-is?
Sorry, something went wrong.
No branches or pull requests
WARN {org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils} - Unable to filter redirect params for url.https://accounts.google.com/o/oauth2/auth?response_type=code&redirect_uri=https%3A%2F%2Flocalhost%3A9443%2Fcommonauth&state=26991b3b-3969-47e3-9817-d8fd086551a1%2COIDC&client_id=192218414291-3mkko67vgt4cbmd62l5l4klcqhrd26f8.apps.googleusercontent.com&scope=openid email profile
Possible cause - There are spaces in the url, possible solution urlencode in scope.
identity-outbound-auth-oidc/components/org.wso2.carbon.identity.application.authenticator.oidc/src/main/java/org/wso2/carbon/identity/application/authenticator/oidc/OpenIDConnectAuthenticator.java
Line 301 in b58fca1
@ayshsandu
The text was updated successfully, but these errors were encountered: