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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,32 +17,32 @@ The project contains one flow: `org.gluu.agama.typekey`. When this is launched,
17
17
18
18
1. A running instance of Jans Auth Server
19
19
1. A new column in `jansdb.jansPerson` to store the phrase metadata in
20
-
1. A SCAN subscription. Please visit [Agama Lab](https://gluu.org/agama-lab) and sign up for a free SCAN subscription, which gives you 500 credits. Each successful Typekey API call costs 25 credits.
20
+
1. A SCAN subscription. Please visit [Agama Lab](https://gluu.org/agama-lab) and sign up for a free SCAN subscription, which gives you 500 credits. Each successful Typekey API call costs 4 credits.
21
21
22
22
### Add column to database
23
23
24
-
These instructions are for MySQL. Please follow the [documentation](https://docs.jans.io/v1.0.22/admin/reference/database/) for your persistence type.
24
+
These instructions are for PostgreSQL. Please follow the [documentation](https://docs.jans.io/v1.0.22/admin/reference/database/) for your persistence type.
25
25
26
26
1. Log into the server running Jans
27
-
2. Log into MySQL with a user that has permission to operate on `jansdb`
28
-
3. Add the column:
27
+
2. Log into PostgreSQL with a user that has permission to operate on `jansdb`
4. Restart MySQL and Auth Server to load the changes:
35
+
4. Restart PostgreSQL and Auth Server to load the changes:
35
36
36
37
```
37
-
systemctl restart mysql jans-auth
38
+
systemctl restart postgresql jans-auth
38
39
````
39
40
40
41
### Dynamic Client Registration
41
42
42
43
In order to call the Typekey API, you will need an OAuth client. Once you have a SCAN subscription on Agama Lab, navigate to `Market` > `SCAN` and create an SSA with the software claim `typekey`. The Typekey flow will register its own client via DCR with the SSA you provide in the configuration.
0 commit comments