I have a sharepoint website(root website) which i access using basic authentication, inside this root website i have several other subsites(subsite1,subsite2,subsite3...etc) which can be accessed only through basic authentication. The requirment is that user upon clicking this subsite(uses basic authentication in order to display its contents) ,the subsite has to display its contents without asking for username/password ,how can i use ADFS here to bypass basic authentication ?
efforts appriciated in advance