Issues in setting up Authentication Flows project

59 Views Asked by At

I tried different ways to import "https://github.com/OhadR/Authentication-Flows" project into eclipse, but none of the import type is working.

It will be of great help if you can guide me with the same.

Thanks, Harika

1

There are 1 best solutions below

6
OhadR On

"Authentication-Flows" is a maven project. After you clone it, you will find pom.xml in the root directory (Authentication-Flows/client).

If you want to import it to Eclipse, click File -> Import... -> Maven -> Existing Maven Project.

HTH