Keycloak Social Login extension for Vatsim.
Download keycloak-vatsim-<version>.jar
from Releases page.
Then deploy it into $KEYCLOAK_HOME/providers
directory.
Access to an OAuth Organization on VATSIM VATSIM Connect to create your application.
You can get Client ID and Client Secret from the created application.
Note: You don't need to setup the theme in master
realm from v0.3.0.
- Add
vatsim
Identity Provider in the realm which you want to configure. - In the
vatsim
identity provider page, setClient Id
andClient Secret
.
Clone this repository and run mvn package
.
You can see keycloak-vatsim-<version>.jar
under tar
5063
get
directory.
Based on vatsim-discord by Hiroyuki Wada