简体   繁体   中英

How to Add a custom Login module to WebLogic application?

I have an webservice that valide the user and return the roles and I write an custom Jaas Login Module for it. How can I use this module in Weblogic(and webcenter)?

Well, I figured it out, if anyone has the same problem must take into account:

  • The Principals in the JaaS must extend WLSUser or use WLSUserImp
  • You must create a mbeantype, and put it in server/lib/mbeantypes
  • Configure the authentication provider in the Weblogic console.

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