An open API service indexing awesome lists of open source software.

https://github.com/curityio/authentication-actions-toolbox

Using actions to manage custom data and custom logic in authentication workflows
https://github.com/curityio/authentication-actions-toolbox

authentication authentication-action mfa openid-connect use-case

Last synced: about 2 months ago
JSON representation

Using actions to manage custom data and custom logic in authentication workflows

Awesome Lists containing this project

README

        

# Authentication Actions Toolbox

An example custom authentication workflow that uses actions to operate on user attributes.

## Custom Authentication Workflow

The following example workflow is used, which involves both custom data and custom logic:

![Example Workflow](images/authentication-workflow.png)

## Deploy the System

Get a license for the Curity Identity Server and copy it into the root folder.\
Also ensure that Docker is installed, then deploy the system with the following command:

```bash
./deploy.sh
```

Next login to the Admin UI at `https://localhost:6749/admin` with credentials `admin / Password1`.\
Navigate to the authentication service to view the configuration of authenticators and authentication actions.

## Documentation

See the [Authentication Actions Toolbox](https://curity.io/resources/learn/authentication-actions-toolbox/) tutorial for further details.\
This includes instructions on running an end-to-end setup on your local computer.

## Further Information

Please visit [curity.io](https://curity.io/) for more information about the Curity Identity Server.