The authentication tag has no wiki summary.
5
votes
1answer
53 views
How does a user with SAML SSO get redirected to IDP login page?
Question
When SSO has been configured for SAML 2.0 and a user's federation identifier has been populated, how do they get redirected to the Identity Provider's login page?
Background
I'm working to ...
3
votes
1answer
59 views
Custom Login Page and URL - what was delivered?
This idea https://success.salesforce.com/ideaView?id=08730000000BqQmAAK requesting the ability to be able to define a custom login page (e.g. with you own branding) is marked as "delivered" but with ...
2
votes
1answer
52 views
About Customer Portal, Authenticated Website licenses and High Volume
I've been searching online for answers surrounding the Customer Portal / Authenticated Website / High Volume Licenses of Salesforce.com. I didn't find much information on licensing or the ...
1
vote
1answer
25 views
Salesforce Two Factor Authorization in VPN and JIRA
I want know how to do two factor authentication for VPN and JIRA in salesforce.
while I am trying to access the JIRA webservice(REST API) link from browser, I can able to see the values in JSON ...
3
votes
2answers
53 views
In a B2C model, is it correct/ok to create User record for each end consumer?
This is a B2C business and we are selling online service (no physical product). We want to manage user's subscription of our resources in Salesforce.
We've created site and pages in Salesforce and ...
0
votes
2answers
166 views
Authentication Bearer in SOAP API?
UPDATE
I created the below answer which allows you to use a REST application connection to (from there on) work on the SOAP API without needing to use SOAP's Login method, but instead relies ...
4
votes
1answer
52 views
What counts as a login for login-limited licenses (Authenticated Sites / High Volume Customer Portal)?
We're re-building a webservice that previously had it's own authentication and security model baked in. Instead of having the webservice handle this we're looking at switching to using Authenticated ...
5
votes
1answer
102 views
Bypassing RemoteAccessAuthorizationPage when using a remote application?
Hey guys I had a dream last night about a huge issue in our ability to aggregate data.
After setting up a remote app, using PHP to "CURL" into login.salesforce.com for authorization, we hit the ...
1
vote
1answer
54 views
Salesforce Authentication of user
How to make sure the user that installed my salesforce app is registered with my company and purchased subscription.
One way I could think of is I'll email user SHA activation key and when they ...
0
votes
1answer
52 views
Is this a good mix: Authenticated Site - Customer Portal License - Opportunities
I have:
Parent__c object which parents the opportunity object.
Authenticated site for customers to login. Authentication comes via Customer Portal license.
One of the pages in the site details ...
6
votes
4answers
134 views
Can I implement my own authentication process in force.com or it is against terms of service?
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.
3
votes
1answer
230 views
Long-running sessions for customer portal
For our customers, I'd like to allow them to stay logged in to our customer portal/authenticated site similar to what Amazon does.
Goal is to reduce the number of times they have to "do anything" ...
7
votes
5answers
500 views
Visualforce exception page authentication
For sites, there's a standard visualforce exception page.
We use a header on the site that will present either
Welcome, username
Or
Login/register
...based on login status. Whenever a user finds ...
2
votes
1answer
208 views
Preserving session after login
Consider this scenario:
Customer goes to my force.com site.
Ex: www.mysitename.com
Customer logs in to authenticated force.com site with custom URL.
Domain.secure.force.com
Customer closes ...
4
votes
1answer
500 views
Sites login method using javascript remoting
I'm looking for a way to access the site.login() method using javascript remoting for a mobile/html5 site.
The method returns a pageReference in theory, but I'm only getting back a null object.
...
2
votes
2answers
166 views
User session lifetime tracking?
We are building a multiplatform architecture application in which we have an authentication consideration we're not finding a solution to.
We have a front end platform which has SSO with Force.com ...