我正在使用Spring boot开发一个web应用程序,我的需求包括WSO2集成。
由于我对WSO2 identity server非常陌生,我有几个疑问。
1. Is wso2 works like syncope?, holds the user information and
authenticates user using API call and returns JWT token?
2. Should I keep all the user information separate in a DB and allow WSO2 to
authenticate?