/identity-authentication-flow-composer

Authentication Flow Composer is a UI based tool to design and configure the authentication flow easily.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Authentication Flow Composer


A UI-based tool to design and configure the authentication flows for the WSO2 Identity Server.
This approach allows users to define the authentication flows without any prior syntax knowledge.


Documentation

Getting Started

Prerequisites

  • Add the following code to <IS_HOME>/repository/conf/deployment.toml in WSO2 Identity Server to allow CORS. In this guide, the installation location of WSO2 Identity Server is referred to as <IS_HOME>.
    [cors]
    allowed_origins = [
       "http://localhost:3000"
    ]
    supported_methods = [
       "GET",
       "POST",
       "HEAD",
       "OPTIONS",
       "PUT",
       "PATCH",
       "HEAD",
       "DELETE",
       "PATCH"
    ]
    exposed_headers = [ "Location" ]

Run the Application

Contributing

We encourage you to report issues, improvements and feature requests regarding the project through GitHub Issue Tracker.

License

Licenses this source under the Apache License, Version 2.0 (LICENSE), You may not use this file except in compliance with the License.