Field | Value |
---|---|
Grant type | Authorization Code or Client Credentials |
Callback URL | Enter the Application's base URL if you dont have a callback URL |
Auth URL | http://{host_name}/auth/realms/{realm_name}/protocol/openid-connect/auth |
Access token URL | http://{host_name}/auth/realms/{realm_name}/protocol/openid-connect/token |
Client ID | Enter the Keycloak Client ID |
Client secret | Enter the Keycloak Client secret |
Scope | openid |
Client Authentication | Send as Basic Auth Header |
A834c0606ba71336423013699db8e971
curl -X GET -H "Authorization: Bearer <Access Token>" -H "Content-type: application/json" http://{hostname}/auth/realms/{realm_name}/protocol/openid-connect/userinfoCopy the attribute value against the username, you will need to configure it in plugin. In this example, the value is "preferred_username".
API keys and Tokens can be tested with the Test tokens feature. Select the type - Basic/Bearer, paste the token and click on Test token button.
Click here to get a  FREE TRIAL  of Bitbucket REST API Plugin
curl -X GET -H "Authorization: Bearer <Access Token>" -H "Content-type: application/json" http://{confluence_base_url}/confluence/rest/api/content/
Click here to get a  FREE TRIAL  of Bitbucket REST API Plugin
curl -X GET -H "Authorization: Bearer <Access Token>" -H "Content-type: application/json" http://{bitbucket_base_url}/rest/api/1.0/dashboard/pull-requests/
Jira SAML SSO application enables SSO for Jira Software and Jira Service Desk.
Know MoreSecure your Jira Service Management with OAuth/OpenID Connect SSO.
Know MoreSynchronize users, groups and directory with SCIM and REST APIs for Server DC.
Know MoreIf you don't find what you are looking for, please contact us at support-atlassian@miniorange.atlassian.net or raise a support ticket here.