idsite-src
idsite-src copied to clipboard
Project source for Stormpath's default production ID Site
Regardless if remember me is checked or not the cookie that is configured with the idle timeout and max age is still being applied.
Until this issue is fixed, the remember me checkbox on the login page should be removed: https://github.com/stormpath/idsite-src/issues/4
https://stormpath.zendesk.com/agent/tickets/11207 If I create a factor through admin console for an account, when that user logins, id site is asking for phone number again, if we give the same phone...
Right now if I use Facebook login on ID Site, the default language is Spanish because the value is es_LA. I changed it to en_US to make it english. https://developers.facebook.com/docs/facebook-login/web
If I configure timeout for the IDSite on the Admin Console, that value is not reflected in the live application. Timeout defaults to the default value of 30 minutes regardless...
Reproduction scenario: an application with a password account store, and a social account store as the right directory on a link, and account linking is enabled on the application. Problem:...
es_LA is a statically set locale when people log in via facebook. This should be dynamically generated instead. https://github.com/stormpath/idsite-src/blob/aa6846fd4643b4cd8a127fca5254a7d2eb6ecb5f/app/scripts/controllers/login.js#L48
ID Site needs to read from account schema on directories and render the right fields
I ran into this with Account Linking and it looks like the organizational claim is lost when using SAML authentication. We need to make sure the org claim is represented...
When going via Google for social login just the `email` scope is requested - see [`login.js:115`](https://github.com/stormpath/idsite-src/blob/783cb60/app/scripts/controllers/login.js#L115). This means you just get the email address for the user but you don't...