Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): post-install setup #3340 #4327

Merged
merged 1 commit into from
Mar 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ The fido2 server serves the registration and authentication of Super Gluu creden
### Prerequisites:

#### A. Install the FIDO2 server:
Ensure that the Fido2 server is installed during the initial server setup.
The Fido2 server would have been installed during the initial server setup.

If not installed, follow these steps to install the FIDO2 server.
1. `setup.py` was already run during installation. Run `setup.py` once again.
```
python3 /opt/jans/jans-setup/setup.py
```
2. The script will detect that you already have a jans installation and you will be prompted to install the uninstalled components.
3. Select the `FIDO2 server` and complete the post install process.


#### B. Enable the Super Gluu endpoint:

Expand All @@ -28,7 +37,9 @@ Ensure that the Fido2 server is installed during the initial server setup.
!!! Note
The Janssen Server and Super Gluu can work in the same network, without a DNS server hostname and with a self-signed certificate. There is only one limitation: both components should belong to the same network. Instead of assigning a hostname during Janssen Server installation, an IP address can be specified. In the Super Gluu mobile app, enable `Trust all (SSL)`.

#### E. Push Notification server:
#### E. Configuring Push notification server (push-api-server):

Configure `/etc/certs/super_gluu_creds.json`. For each Mobile app (Android, iOS); place the Access key / Secret key of `push-api-server`.


### User and Developer Guides
Expand Down