When setting up a demo environment an identity provider may not be known. What can be used to replace the default admin user with a simple identity provider?
When setting up a demo environment an identity provider may not be known. In this case, htpasswd can be used to replace the default admin user with a simple identity provider. Htpasswd is an Apache utility for creating and updating user authentication files for the Apache web server. It uses a combination of plaintext passwords and a hashing algorithm to store its credentials.
Currently there are no comments in this discussion, be the first to comment!