Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikanson committed Jun 7, 2022
2 parents 27dc685 + b5bdcd8 commit 129aebc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions LICENSE
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 MultiFactor

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
6 changes: 3 additions & 3 deletions README.md
@@ -1,10 +1,10 @@
# multifactor-keycloak-plugin

Authentication execution plugin for Keycloak that adds <a href="https://multifactor.ru/" target="_blank">MultiFactor</a> into the authentication flow. Component uses Keycloak Service Provider Interface (SPI) to presents user a MultiFactor iframe after primary authentication is complete.
Authentication execution plugin for Keycloak that adds <a href="https://multifactor.ru/" target="_blank">MultiFactor</a> into the authentication flow. Component uses Keycloak Service Provider Interface (SPI) to show user a MultiFactor iframe upon completion of primary authentication.

## Build

Modify `keycloak.version` in `pom.xml` to correspond to your Keycloak version (currently, `18.0.0` is used), then build the component:
Modify `keycloak.version` in `pom.xml` to match to your specific Keycloak version (currently, version `18.0.0` is used), then build the component:

```
$ mvn clean install
Expand All @@ -29,7 +29,7 @@ $ cp <keycloack dir>/target/keycloak-multifactor-spi-jar-with-dependencies.jar <

4. Under "Browser Forms" section click "Add Execution" and select `Multifactor`;

5. Press "Config" and enter values:
5. Press "Config" and enter the following values:
* API key: value from step 1;
* API secret: value from step 1;
* API URL: https://api.multifactor.ru.
Expand Down

0 comments on commit 129aebc

Please sign in to comment.