I am new to shiro and having some trouble... Perhaps its a problem of wrapping my head around how shiro works.
I am building a JEE application. Users and their roles are defined in my database. However, passwords are not. Authentication is done above me by siteminder. I use my database for authorization purposes only. I am not having a lot of luck finding information about using shiro and siteminder? I did create my own custom realm and disabled authorization by returning false from the supports method. Im just not understanding how whatever calls my realm knows to get my "credentials" from siteminder? -- View this message in context: http://shiro-user.582556.n2.nabble.com/Shiro-siteminder-tp6351959p6351959.html Sent from the Shiro User mailing list archive at Nabble.com.
