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.
25
+
26
+
```yaml
27
+
surfnet_yubikey_api_client:
28
+
credentials:
29
+
client_id: 'YOUR_CLIENT_ID'
30
+
client_secret: 'YOUR_SECRET'
27
31
```
28
32
29
33
You should then get the apps initialised
34
+
You can then bring up the containers using docker compose:
0 commit comments