Skip to content

Commit

Permalink
README clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Jun 30, 2023
1 parent 14ec032 commit 9c2ecd8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ The `.pem` certificates have to be **passwordless**.
An `.env` file at the root of your project with the following variables set:
- `SSO_CLIENT_ID`
- `SSO_CLIENT_SECRET`


(You can rename the `.env_sample` file to `.env` and add the values there).

To request them, you will need to register your application:

1. Create an SSO registration for your application
Expand All @@ -50,7 +52,11 @@ To request them, you will need to register your application:

![](doc/create_registration_02.png)

3. Edit the SSO application, go to the `SSO Registration` tab and click the plus button:
The `Application Identifier` can be anything, it's like a username for your application.t

Click `Submit`.

3. Go back to the Application Portal and edit the SSO application (green button). Then, go to the `SSO Registration` tab and click the plus button:

![](doc/create_registration_03.png)

Expand Down

0 comments on commit 9c2ecd8

Please sign in to comment.