I am just wondering if it is permited to implement my own authentication process in force.com or it is against terms of service or any rules. Link to official documentation will be appreciated.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to create an authentication for a site : look here.
If you want authenticated users in your site basically you need a licence for each authenticated user, i believe that it’s not permitted to create your own authentication, in the link i gave you it’s said : “please don’t be tempted to build your own authentication process”.
If your authenticated users already have their licences, you can customize the authentication process easily, there’s the Site class for that look here
Hope this help 🙂