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
Secondly you need to create the `stepup/gateway/surfnet_yubikey.yaml` filewith your Yubikey API credentials. If you do not have API credentials, you can get them at <https://upgrade.yubico.com/getapikey/>. You require a Yubikey to get an API key.
24
+
Secondly you need to create the `stepup/gateway/surfnet_yubikey.yaml` file with your Yubikey API credentials.
25
+
If you do not have API credentials, you can get them at <https://upgrade.yubico.com/getapikey/>.
26
+
You require a Yubikey to get an API key. There credential are used to verify the Yubikey OTP's.
25
27
26
28
```yaml
27
29
surfnet_yubikey_api_client:
@@ -30,36 +32,49 @@ surfnet_yubikey_api_client:
30
32
client_secret: 'YOUR_SECRET'
31
33
```
32
34
33
-
You should then get the apps initialised
34
-
You can then bring up the containers using docker compose:
Then you will need to provision the middleware config:
50
+
Then, bootstrap the SRAA. For this, you will need to have a Yubikey.
51
+
Use the following command to bootstrap the SRAA:
49
52
```
50
-
cd middleware
51
-
./middleware-push-config.sh
52
-
./middleware-push-whitelist.sh
53
-
./middleware-push-institution.sh
53
+
./bootstrap-admin-sraa.sh
54
54
```
55
-
Then, bootstrap the SRAA. For this, you will need to have a Yubikey. Replace Yubikey_ID with the number that is printed on your yubikey. It should be 8 characters. If it is less, prepend it with 0's
55
+
56
+
You can now login to the RA application using the admin account. The URL is:
57
+
https://ra.dev.openconext.local
58
+
The username and password for the admin account are:
0 commit comments