You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,17 @@
13
13
14
14
15
15
16
-
# "Hello-World"
16
+
# "agama-pw"
17
17
18
-
Welcome to the **"Hello-World"** project! This project serves as an ideal starting point for those who are new to Agama Lab. In this introductory project, we will take you through the basics of Agama Low code helping you get started with confidence.
18
+
Welcome to the **"agama-pw"** project! This project serves as an ideal starting point for those who are new to Agama Lab. In this introductory project, we will take you through the basics of Agama Low code helping you get started with confidence.
19
19
20
20
# Overview
21
21
22
22
This project is a sample of password-based authentication. Authentication flow designed and developed using Agama and Agama Lab. If you are interested in low-code development and eager to create your authentication flow with drag-and-drop features, then Agama Lab is the right choice for you.
23
23
24
24
What is Agama? To gain a better understanding, please visit [here](https://docs.jans.io/head/agama/introduction).
25
25
26
-
The **"Hello-World"** project can be constructed using Agama Lab. To learn more about Agama Lab, please visit [here](https://gluu.org/agama-lab).
26
+
The **"agama-pw"** project can be constructed using Agama Lab. To learn more about Agama Lab, please visit [here](https://gluu.org/agama-lab).
27
27
28
28
# Pre-requisite
29
29
Let's take a look at what you need:
@@ -32,7 +32,7 @@ Let's take a look at what you need:
32
32
3. Commonly used [Bean](https://docs.jans.io/head/admin/developer/managed-beans/#1-authenticationservice) for your authentication flow.
To quickly adapt to Agama projects like **"Hello-World"** please visit [Quick Start Using Agama Lab](https://docs.jans.io/head/admin/developer/agama/quick-start-using-agama-lab/).
35
+
To quickly adapt to Agama projects like **"agama-pw"** please visit [Quick Start Using Agama Lab](https://docs.jans.io/head/admin/developer/agama/quick-start-using-agama-lab/).
36
36
37
37
Once flow is completed, you will need to establish a connection between your flow and an engine like Jans Server. To learn more about Engine and Bridge Configuration, please visit [here](https://docs.jans.io/head/admin/developer/agama/engine-bridge-config/).
38
38
@@ -42,20 +42,20 @@ Once flow is completed, you will need to establish a connection between your flo
42
42
43
43
* Download the release package from the Github [releases](https://github.com/GluuFederation/agama-pw/releases)
output similar to below should confirm the integrity of the downloaded package.
57
57
```
58
-
hello-world.gama: OK
58
+
agama-pw.gama: OK
59
59
```
60
60
61
61
* Follow this [guideline](https://docs.jans.io/head/admin/developer/agama/quick-start-using-agama-lab/#deploy-agama-project) to deploy an Agama Project.
@@ -64,7 +64,7 @@ Once flow is completed, you will need to establish a connection between your flo
64
64
65
65
You'll need an OpenID Connect test RP. You can try [oidcdebugger](https://oidcdebugger.com/),
66
66
[jans-tarp](https://github.com/JanssenProject/jans/tree/main/demos/jans-tarp) or [jans-tent](https://github.com/JanssenProject/jans/tree/main/demos/jans-tent). Check out this video to see
0 commit comments