authentication

  1. M

    Ubuntu SSSD LDAP authenticate with username & email address

    Hello, As of now I am able to authenticate with Onelogin VLDAP service using the username. I would also like to authenticate with email address in addition to the username. Some of users are created with their email address as their username and I am unable to authenticate against LDAP with...
  2. A

    IWA alternative on Linux RHEL 8

    Im having a windows server configured with an adfs, which is used as Idp with saml in keycloak for my application, then I'm using adfs Device authentication, so I can login to my apps using my session credentials, on windows it works fine, I want to do the same from a Linux rhel 8 workstation...
  3. vs2-free-users

    Quick Start Guide Setting up SSH Key Authentication on a rootserver

    Quick Start Guide Setting up SSH Key Authentication on a rootserver - You create an SSH key on the local computer ssh-keygen -b [Key strength] -t [Key type] Example: ssh-keygen -b 4096 -t rsa - Next you copy your public key to your server scp ~/.ssh/id_[Key type].pub...
Top