is not current version
Last Version 1.0.1

com.nitorcreations:shiro-aad 1.0

Shiro realm implementation for authenticating users against Azure AD and authorization with groups and roles from the Graph API.

GroupId

GroupId

com.nitorcreations
ArtifactId

ArtifactId

shiro-aad
Version

Version

1.0
Type

Type

jar

Download shiro-aad 1.0


<!-- https://jarcasting.com/artifacts/com.nitorcreations/shiro-aad/ -->
<dependency>
    <groupId>com.nitorcreations</groupId>
    <artifactId>shiro-aad</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nitorcreations/shiro-aad/
implementation 'com.nitorcreations:shiro-aad:1.0'
// https://jarcasting.com/artifacts/com.nitorcreations/shiro-aad/
implementation ("com.nitorcreations:shiro-aad:1.0")
'com.nitorcreations:shiro-aad:jar:1.0'
<dependency org="com.nitorcreations" name="shiro-aad" rev="1.0">
  <artifact name="shiro-aad" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nitorcreations', module='shiro-aad', version='1.0')
)
libraryDependencies += "com.nitorcreations" % "shiro-aad" % "1.0"
[com.nitorcreations/shiro-aad "1.0"]