Currently, I am in the process of developing a Single Page Application with Vue on the client-side and Java Spring REST APIs on the backend. My goal is to add security measures using OpenId Connect, specifically with RapidIdentity as the provider. Unlike some other providers that offer libraries for easy integration (such as Okta or Auth0), RapidIdentity does not have one available. On the API side, I plan to utilize Spring Security to validate tokens. However, I am seeking a suitable library to establish a connection from the Vue application to the open ID provider for authentication and token retrieval. If anyone has recommendations for a reliable library that can facilitate this communication between the Vue application and RapidIdentity, I would greatly appreciate it. Thus far, I've explored the possibility of using the Auth0 library, but I'm uncertain about its compatibility with RapidIdentity.