With the start of a brand new year in 2023, it would only be fitting to look back on the past year and reflect on the developments and accomplishments of WSO2's CIAM Suite. For the second consecutive year in a row, KuppingerCole Analysts have recognized WSO2 as an Overall Leader and an Overall Product Leader in their CIAM Platforms Leadership Compass 2022 report. WSO2 Identity Server and Asgardeo, both components of WSO2’s CIAM suite, were evaluated in the report.
Spring Boot is a popular framework for creating powerful RESTful APIs, and in this tutorial, we will use it to develop a simple API that simulates a credit score rating. The API endpoint we will create will allow a user to retrieve a credit score rating by sending a request to the API. However, it is important to note that we will not be linking up to any actual backend systems to pull a real credit score, instead we will use a random number generator to generate the score and return it to the user.