Keycloak Social Login extension for Atlassian.
Download keycloak-atlassian-ear-<version>.ear
from Releases page.
Then deploy it into $KEYCLOAK_HOME/standalone/deployments/
directory.
Access to Atlassian Developer Portal and create your application. You can get Client ID and Client Secret from the created application.
In this article OAuth 2.0 (3LO) apps you can find information about the OAuth2.0 relevant endpoints that are provided by Atlassian.
- Add
atlassian
Identity Provider in the realm which you want to configure. - In the
atlassian
identity provider page, setClient Id
andClient Secret
.
Clone this repository and run mvn package
.
You can see keycloak-atlassian-ear-<version>.ear
under ear/target
directory.
- Igli Manaj for amberSearch. Find more infos about amberSearch here https://ambersearch.de
This project was initially based on https://github.com/wadahiro/keycloak-discord, which is maintained by Hiroyuki Wada