shiro.ini documentation for end users

2017-10-12 Thread Graham Leggett
Hi all, We have an existing application provided by a vendor that embeds Apache Shiro to do authnz. I have been looking for reference documentation for the shiro.ini file, but have only been able to find this which covers API programming in Java, not administrator configuration of a Shiro appli

Re: shiro.ini documentation for end users

2017-10-12 Thread Graham Leggett
On 12 Oct 2017, at 5:49 PM, Gomsy wrote: > Shiro does not provide OOTB support for OpenID. You can write your own > provider in Shiro or use PAC4J which is build on top of Shiro and provides > support for OAuth, OpenID connect and SAML. > https://github.com/bujiio/buji-pac4j

Latest version of Shiro - v1.4.0 or v1.3.2?

2017-10-16 Thread Graham Leggett
Hi all, I am confused - https://github.com/bujiio/buji-pac4j claims to depend on Shiro v1.4. Googling for Shiro’s releases leads me to Github for some reason, where the latest version of Shiro seems to be v1.4.0 released on 5 May 2017: https://github.com/apache/shiro/releases The Shiro website

Shiro plugin: accepting terms and conditions?

2018-03-06 Thread Graham Leggett
Hi all, We have a system that uses shiro for authentication. We have a need for our users to accept terms and conditions before using our system. Does a shiro plugin exist that, after authentication is complete, checks that the user is a member of a “accepted terms and conditions” group, and if