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
- Host: GitHub
- URL: https://github.com/curityio/authentication-actions-toolbox
- Owner: curityio
- License: apache-2.0
- Created: 2022-09-23T10:26:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T14:58:01.000Z (over 2 years ago)
- Last Synced: 2025-01-30T13:31:51.850Z (4 months ago)
- Topics: authentication, authentication-action, mfa, openid-connect, use-case
- Language: Shell
- Homepage: https://curity.io/resources/learn/authentication-actions-example/
- Size: 44.9 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

## 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.