Skip to content

Commit 25c5982

Browse files
authored
update read.me
1 parent 4953265 commit 25c5982

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313

1414

1515

16-
# "Hello-World"
16+
# "agama-pw"
1717

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

2020
# Overview
2121

2222
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.
2323

2424
What is Agama? To gain a better understanding, please visit [here](https://docs.jans.io/head/agama/introduction).
2525

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).
2727

2828
# Pre-requisite
2929
Let's take a look at what you need:
@@ -32,7 +32,7 @@ Let's take a look at what you need:
3232
3. Commonly used [Bean](https://docs.jans.io/head/admin/developer/managed-beans/#1-authenticationservice) for your authentication flow.
3333
4. [Jans server](https://docs.jans.io/head/admin/install/).
3434

35-
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/).
3636

3737
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/).
3838

@@ -42,20 +42,20 @@ Once flow is completed, you will need to establish a connection between your flo
4242

4343
* Download the release package from the Github [releases](https://github.com/GluuFederation/agama-pw/releases)
4444
```
45-
wget https://github.com/GluuFederation/agama-pw/releases/download/hello-world-1.0.1/hello-world.gama
45+
wget https://github.com/GluuFederation/agama-pw/releases/download/agama-pw-1.0.1/agama-pw.gama
4646
```
4747
* Verify integrity of the downloaded package by verifying published `sha256sum`.
4848
Download `sha256sum` file for the package
4949
```
50-
wget https://github.com/GluuFederation/agama-pw/releases/download/hello-world-1.0.1/hello-world.gama.sha256sum
50+
wget https://github.com/GluuFederation/agama-pw/releases/download/agama-pw-1.0.1/agama-pw.gama.sha256sum
5151
```
5252
Check the hash if it is matching
5353
```
54-
sha256sum -c hello-world.gama.sha256sum
54+
sha256sum -c agama-pw.gama.sha256sum
5555
```
5656
output similar to below should confirm the integrity of the downloaded package.
5757
```
58-
hello-world.gama: OK
58+
agama-pw.gama: OK
5959
```
6060

6161
* 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
6464

6565
You'll need an OpenID Connect test RP. You can try [oidcdebugger](https://oidcdebugger.com/),
6666
[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
67-
an example of **Hello-world** in action:
67+
an example of **agama-pw** in action:
6868

6969
https://github.com/GluuFederation/agama-pw/assets/43112579/e595b9a4-01b7-441f-a13f-c91f3dcbad97
7070

@@ -99,4 +99,3 @@ This project is licensed under the [Apache 2.0](https://github.com/GluuFederatio
9999
[issues-url]: https://github.com/GluuFederation/agama-pw/issues
100100
[license-shield]: https://img.shields.io/github/license/GluuFederation/agama-pw.svg?style=for-the-badge
101101
[license-url]: https://github.com/GluuFederation/agama-pw/blob/main/LICENSE
102-

0 commit comments

Comments
 (0)