简体   繁体   中英

WSO2 Identity Server Adding additional user properties

I am using WSO2 Idenity server to keep my users to application. Now client asked me to keep some more information associated with his user profile.Like Age , District , Location etc... How can i add more additional custom user properties to WSO2?

You can do it by adding custom claims in identity server and mapping them to the attributes in underlying userstore. Refer the doc here on how to do that.

The Age attribute should be handled specially because it changes by time. Extending userstore manager as in here would be an option for such attributes

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM