Home / Companies / FusionAuth / Blog / May 2020

May 2020 Summaries

4 posts from FusionAuth

Filter
Month: Year:
Post Summaries Back to Blog
The text details the process of extending an ASP.NET Core web application by integrating user roles and custom claims using FusionAuth. Initially, a group is created, roles are assigned, and users are added to these groups to manage permissions within the application. The discussion progresses to modifying JSON Web Tokens (JWTs) with custom claims, specifically adding a user's favorite color via a lambda function. This lambda, implemented through the FusionAuth API, illustrates the capacity for automation and customization, enhancing the functionality of the application. Finally, the integration allows for personalized user experiences and efficient management of user data, emphasizing the benefits of using FusionAuth for identity management to streamline application development.
May 27, 2020 931 words in the original blog post.
The latest version of the FusionAuth platform, 1.16, has been released, bringing several innovations and improvements to the users, including the ability to run FusionAuth without ElasticSearch, support for ElasticSearch versions 6 and 7, improved system logs, smaller Docker images, testing of SMTP settings, and over 15 bugs squashed. These changes aim to simplify deployments, upgrades, and operations of FusionAuth while providing flexibility for users who need it.
May 22, 2020 327 words in the original blog post.
This tutorial demonstrates how to use Java to interact with FusionAuth for managing authentication, authorization, and user-related tasks, leveraging the FusionAuth Java client library for efficiency. It details setting up FusionAuth and Maven dependencies, creating and managing applications and users, and performing operations such as logging in, changing passwords, and deactivating or reactivating users and applications. Additionally, it covers retrieving user profiles and deleting applications or users. The guide emphasizes the ease of using FusionAuth with various programming languages and encourages further exploration of its capabilities through the provided documentation.
May 21, 2020 3,121 words in the original blog post.
NodeBB is a modern and well-supported forum software package that offers great user experience. Unlike hosted forums, it allows developers to run the software on their own domain, providing UX and SEO benefits. To set up single sign-on (SSO) for NodeBB, developers need to create an application in an identity management system such as FusionAuth, which provides OpenID Connect (OIDC) support. The developer then configures NodeBB to use this existing system to provide SSO to users, allowing them to log in and post with the same username and password they use for other applications. This setup provides a better user experience and helps minimize the number of usernames and passwords users must manage. It also enables developers to control access to their applications from one screen, making both their lives and their users' lives easier.
May 13, 2020 1,860 words in the original blog post.