netzbegruenung / keycloak-mfa-plugins

Keycloak plugins for MFA (enforce MFA, SMS authentication step, native app integration)
Apache License 2.0
45 stars 12 forks source link

Build and release JAR #23

Closed HerHde closed 2 years ago

HerHde commented 2 years ago

Would it be possible to build and release the .jar with Github actions or sth? I'd like to include a stable release in our setup.

@svenseeberg @melegiul

melegiul commented 2 years ago

Yes, I guess this is possible. After running mvn clean install the jar file is located in target/netzbegruenung.keycloak-2fa-email-authenticator.jar and must be moved into keycloaks providers folder before running kc.sh build. But we should update it's name to 2fa-sms. :sweat_smile:

svenseeberg commented 2 years ago

I fixed the artifactId in the current main branch ;-)