We have a SQL server which acts a user data source for some of our custom SSO services. Now, we are in the process of introducing Active Directory. Post this, we expect that whenever a user logs into a windows desktop, he is directly
authenticated / authorized with a active directory and when the user credentials are not present in the active directory, then, it should federate to the SQL server (containing the other users) and do the authentication / authorization. Is this possible??
↧