Skip to content

Instantly share code, notes, and snippets.

@yasassri
Created January 8, 2020 12:50
Show Gist options
  • Save yasassri/6bffb0f0e798fa714fa515f5f6614641 to your computer and use it in GitHub Desktop.
Save yasassri/6bffb0f0e798fa714fa515f5f6614641 to your computer and use it in GitHub Desktop.
1)add
logger.org-wso2-carbon-identity-application-authentication-framework.name=org.wso2.carbon.identity.application.authentication.framework
logger.org-wso2-carbon-identity-application-authentication-framework.level=DEBUG
2) Append
loggers = org-wso2-carbon-identity-application-authentication-framework
logger.httpclient-wire.name=httpclient.wire.content
logger.httpclient-wire.level=DEBUG
@yasassri
Copy link
Author

yasassri commented Jan 8, 2020

curl -k -X POST https://idp.keycloak.com:8444/auth/realms/master/protocol/openid-connect/token -H 'Content-Type: application/x-www-form-urlencoded' -H 'cache-control: no-cache' -d 'username=admin&password=admin&grant_type=password&client_id=wso2apim&client_secret=f7e77e99-c283-4bdb-9030-9a836c66111b'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment