OpenSSO/OpenAM alternatives

后端 未结 7 550
野趣味
野趣味 2021-01-29 18:55

Warning! I\'m on a bit of a fishing trip here, and I\'m not even sure if the questions that I\'m asking entirely make sense. Please be kind with your responses! :)

I

7条回答
  •  青春惊慌失措
    2021-01-29 19:12

    I have successfully build a custom user repository for OpenAm. Since this question have not been active for a while and because it would be too long to describe in details here how to do it, I will just give a few hints. If you need help on specifics, fell free to ask me.

    • Your basic entry point needs to extends com.sun.identity.idm.IdRepo.
    • You need to register your custom repository using ssoadm.jsp?cmd=add-sub-schema.

    From this point, your repository type will be listed among the other types when you create a data store for a realm.

    Good luck !

提交回复
热议问题