privacyIDEA-ADFSProvider
privacyIDEA-ADFSProvider copied to clipboard
A Microsoft Active Directory Federation Service provider for the open source authentication system privacyIDEA.
good day, not an issue, but more question on features, have not found in documentation. all is working well with 1 realm defined in config.xml file, but is there possibility...
Currently only the NETBIOSDOMAIN is supported as realm. Please change the code to also support the FQDN! This is very useful with the privacyIDEA option "Use the @ sign to...
Apparently it is not possible to let privacyIDEA decide about the realm to use, since the realm parameter is always sent. If `` is configured as empty in config.xml, I...
Is there a way to configure the provider to log login attempts somewhere. I'd like to be able to see success/fail login attempts and the reason for the failure. I'm...
Derived Issue @adildhar: The ideaprovacy-adfsprovider plugin is configured as additional authentication provider for adfs. The Adfs is level 4 with Windows 2019. We have configured admin credentials in config.xml for...
For a while the privacyIDEA Push Token is around, that allows the easy authentication via a push message (after a complex setup has been done) We already added the push...
Hi, I recently attempted an upgrade of our PrivacyIDEA server to 3.2.2 and found that the ADFSProvider plugin had issues. The OwnCloud and RDP plugins continues to work and authenticate...
Hi Sbidy, A couple of times we have experienced that a blank username, realm and transaction_id is sent to PI. I wonder if this happens on an ADFS farm if...
I suggest to not always call the ``triggerChallenge`` in the ``BeginAuthentication``. https://github.com/sbidy/privacyIDEA-ADFSProvider/blob/4aebedcd4a087fabede2ad3fb00a53507278207f/privacyIDEAADFSProvider/Adapter.cs#L52 Usual tokens ("Pushbutton tokens") like the Google Authenticator, hardware devices or the YubiKey do not need a challenge...