Skip to content

Commit dc482e6

Browse files
authored
Merge pull request #8 from SafinWasi/agama-lab-branch
docs: minor fixes
2 parents b55302d + 8a70b7b commit dc482e6

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ In order to call the Typekey API, you will need an OAuth client. Once you have a
3737

3838
## Configuration
3939

40-
| Flow | Property | Value Description----------- |
41-
| ------------------------ |:---------------:| :--------------------------- |
40+
| Flow | Property | Value Description |
41+
| ------------------------ |:---------------:| :---------------------------:|
4242
| `org.gluu.agama.typekey` | keystoreName | Keystore Name (optional) |
4343
| `org.gluu.agama.typekey` | keystorePasword | Keystore Password (optional) |
4444
| `org.gluu.agama.typekey` | orgId | `org_id` claim from SSA |

jans-deployment.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
# Add column to database
2-
3-
These instructions are for PostgreSQL. Please follow the [documentation](https://docs.jans.io/v1.0.22/admin/reference/database/) for your persistence type.
4-
5-
1. Log into the server running Jans
6-
2. Log into PostgreSQL with a user that has permission to operate on `jansdb`
7-
3. Connect to `jansdb`: `\c jansdb`
8-
4. Add the column:
9-
10-
```sql
11-
ALTER TABLE "jansPerson" ADD COLUMN typekeyData JSON;
12-
```
13-
14-
5. Restart PostgreSQL and Auth Server to load the changes:
15-
16-
```
17-
systemctl restart postgresql jans-auth
18-
```
19-
201
# Deployment
212

223
Download the latest [agama-typekey.gama](https://github.com/GluuFederation/agama-typekey/releases/latest/download/agama-typekey.gama) file and deploy it in Auth Sever.

0 commit comments

Comments
 (0)