Rbok – MFA and SSO with PhenixID Authentication Services
Warning
Please note, this document is using the legacy authenticators - in order to use the new protocol agnostic authenticators, you need to apply relevant modifications to the configuration examples outlined in this article.
Summary
This document will guide you through the steps to enable multi-factor authentication and Single-Sign On for the booking solution Rbok ( https://rbok.se/ ) using SAML2.
System Requirements
- PhenixID Authentication Server 3.0 or higher
- Rbok.se technical administrator contact.
Instruction
Overview
This document will guide you through the steps to enable multi-factor authentication and Single-Sign on for Rbok.
PhenixID Authentication Services acting as SAML IdP
- Login to Configuration Manager.
- Setup PhenixID Authentication Services as a SAML IdP.
- Select a unique userID value (such as sAMAccountName, userPrincipalName or uid), first name and last name from the user store configured. These values should be populated as additional attributes.
- Click Identity Provider.
- Add a POST SLO value:
https://<your_phenixid_server>/saml/authenticate/logout/ - Save
- Click General->View SAML Metadata.
- Save the displayed SAML IdP metadata to a file (idp_meta.xml).
- Send the idp_meta.xml file and the claims (attributes) id values to your rbok.se technical administrator contact.
| Uppgift | Obligatorisk | Beskrivning |
|---|---|---|
| Metadata | Ja | Url till metadata |
| Claim Externt Id | Ja | Vilket saml attribut som innehåller användarens id (OBS värdet som sätts i detta attribut måste vara unikt). |
| Claim Förnamn | Ja | Vilket saml attribut som innehåller användarens förnamn. |
| Claim Efternamn | Ja | Vilket saml attribut som innehåller användarens efternamn. |
Configure Rbok
This step is performed by the Rbok technical administrator contact.
The rbok.se technical administrator contact will send the SAML SP metadata for Rbok to you.
Add trust to Rbok on PhenixID Authentication Services
- Login to configuration manager
- Open Scenarios->Federation->SAML Metadata upload
- Click the plus sign
- Add Rbok SAML SP Metadata by uploading the SAML SP metadata for Rbok provided in previous step.
Test
- Browse to the Rbok site.
- Select the Identity Provider
- This should result in a redirect to PhenixID Authentication Server
- Authenticate
- If authentication was successful, a redirect to Rbok should occur (with a SAML assertion)
- The user should now be logged in.