Skip to content

An authentication action plugin that allows the user to log in with one of the previously logged in accounts.

License

Notifications You must be signed in to change notification settings

curityio/account-chooser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AccountChooser Authentication Action Plugin

quality availabitly

An authentication action plugin for the Curity Identity Server that allows the user to log in with one of the previously logged in accounts.

Building the Plugin

You can build the plugin by issuing the command mvn package. This will produce a JAR file in the target directory, which can be installed.

Installing the Plugin

To install the plugin, copy the compiled JAR into the :file:${IDSVR_HOME}/usr/share/plugins/acountchooser on each node, including the admin node. For more information about installing plugins, refer to the plugins docs.

Configuring the Plugin

To start using the plugin, first create an authenticator that will serve as a gateway to the action. It's recommended to use the anonymous authenticator for this purpose. Then, create the choose account action and assign it to both the login and SSO flows of the anonymous authenticator.

Action in authenticator

The plugin needs a list of authenticator ACRs. This will be the authenticators that can be used to choose an already authenticated account. This list is presented at the end of the account chooser, so that the user can log in with another account using one of the listed authenticators. This list is also used when the user does not have any active SSO session yet.

Edit the action

More Information

Have a look at the account-chooser tutorial to learn more about the plugin itself.

Please visit curity.io for more information about the Curity Identity Server.

About

An authentication action plugin that allows the user to log in with one of the previously logged in accounts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages