Skip to content

Commit

Permalink
Fixed version to 1.7.5, added required plugin properties to the confi…
Browse files Browse the repository at this point in the history
…g files.
  • Loading branch information
shilob committed Jan 31, 2019
1 parent 1dc0efa commit 2ffa008
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

buildscript {
ext {
vXnatDev = '1.7.5-RC1-SNAPSHOT'
vXnat = '1.7.5-SNAPSHOT'
vXnatDev = '1.7.5'
vXnat = '1.7.5'
}
repositories {
mavenLocal()
Expand Down
6 changes: 5 additions & 1 deletion src/main/resources/openid-provider-sample-AAF.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
#
#
# Needs to be 'openid'
auth.method=openid
type=openid
id=openid
provider.id=openid
visible=true
auto.enabled=true
auto.verified=true
# Name displayed in the UI
name=OpenID Authentication Provider
# Toggle username & password login visibility
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
#
#
# Needs to be 'openid'
auth.method=openid
type=openid
id=openid
provider.id=openid
visible=true
auto.enabled=true
auto.verified=true
# Name displayed in the UI
name=OpenID Authentication Provider
# List of providers that appear on the login page, see options below.
Expand Down
6 changes: 5 additions & 1 deletion src/main/resources/openid-provider-sample-Google.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
#
#
# Needs to be 'openid'
auth.method=openid
type=openid
id=openid
provider.id=openid
visible=true
auto.enabled=true
auto.verified=true
# Name displayed in the UI
name=OpenID Authentication Provider
# Toggle username & password login visibility
Expand Down

0 comments on commit 2ffa008

Please sign in to comment.