Home / Companies / PropelAuth / Blog / March 2024

March 2024 Summaries

3 posts from PropelAuth

Filter
Month: Year:
Post Summaries Back to Blog
Today's release includes a range of features, improvements, and bug fixes with a focus on SSO/SAML, API keys, and roles and permissions, aiming to enhance user experience and security. A new SSO/SAML login flow has been introduced, allowing users to enter their email address to be directed to the appropriate login type, whether SAML or password, and all SAML configurations are now conveniently located on the Signup/Login page of the PropelAuth dashboard. Users can now configure expiration times for personal or organizational API keys through hosted UIs, providing more flexibility and security management, with these options being adjustable via the PropelAuth dashboard. Additionally, the Create or Join Org page has been revamped to encourage users to join existing organizations rather than creating new ones unnecessarily, addressing feedback about user confusion. Furthermore, the changelog has been reinstated, offering a comprehensive list of updates for users interested in detailed changes beyond the highlights.
Mar 27, 2024 288 words in the original blog post.
Migrating authentication systems requires careful planning and consideration, involving two main steps: migrating user login data and updating application code. The complexity of this process depends on the existing authentication setup, such as whether user IDs need to be retained or if user login methods, such as passwords or social logins, need to be altered. Password migrations can be challenging, particularly when existing password hashes cannot be exported, as seen with providers like AWS Cognito and Auth0. Additionally, the process may involve transferring authorization data, depending on whether the current or new provider handles authorization. Various migration strategies exist, from a complete switch to maintaining dual systems temporarily or segmenting users to use different authentication methods. Each approach has its complexities, and careful planning is essential to ensure a smooth transition while maintaining user experience and security.
Mar 21, 2024 1,553 words in the original blog post.
PropelAuth's latest release introduces new integration options and resources, focusing on enhancing user login capabilities through Single Sign-On (SSO) with three new providers: Xero, QuickBooks Online, and Salesforce, accessible via the Signup/Login page in the PropelAuth dashboard. Additionally, a generic SAML connection has been introduced to accommodate any provider not currently listed, with support available for configuration. The release also features an official Streamlit integration guide, including deployment instructions via Docker, for Streamlit users. Furthermore, beta documentation for .NET and React Native is now available, and interested users can contact support for more information on integrating these technologies.
Mar 14, 2024 156 words in the original blog post.