How can you use Okta as the IdP to authenticate guest users singing in as guests to AAD? Just a few gotchas in the following few paragraphs. TL;DR The idea is to create a new user in Okta, either manual or automatic. The user has an attribute, like “MSFT Guest Account UPN” (in this example […]
Tag: Okta
Okta Smart Card (x.509) – auto select certificate (AutoSelectCertificateForUrls)
Quickly noted how to configure Chrome to auto select the certificate when signing in with the Smart Card IdP. Add the following registry key and edit the URL (my-url) certificate information (my-cn).
Grafana & Okta: configure SSO, Role Management & Single Logout
Just quickly noted how to configure Grafana Role Management / Role Mapping with Okta. And also how to configure Single Logout. Role Management Create a new Attribute, see example below Add a new claim to your custom auth server you use for Grafana Configure Grafana Example config for grafana.ini That’s it. Single […]
OpenVPN and Okta LDAP with MFA: Troubleshooting and Hints
If you follow the official documentation to integrate OpenVPN Access Server via Okta LDAP you may run into one or two roadbumps if you turn on MFA. Official doc from OpenVPN: https://openvpn.net/vpn-server-resources/integrate-okta-with-openvpn-access-server-via-ldap/ Please note: Configuring OpenVPN with Okta RADIUS is in my opinion the better option as it gives the end user a way better […]

TOTP token rollout / assignment in Okta via PowerShell
How do you enroll / deploy many TOTP (Time-based One-Time Password) tokens (in this case OTP C200 from Feitian) to Okta users? It all starts with the general configuration of the Custom TOTP and a manual test with one token – just to see if everything works as expected. You can read here in a […]