Skip to content

Commit

Permalink
SHIBUI-1743
Browse files Browse the repository at this point in the history
merging master to 1743 branch
  • Loading branch information
chasegawa committed Sep 17, 2021
2 parents 92389ca + 1a901ca commit 28ad58e
Show file tree
Hide file tree
Showing 93 changed files with 23,183 additions and 271 deletions.
7 changes: 7 additions & 0 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@ dependencies {
compile "org.opensaml:${it}:${project.'opensaml.version'}"
}

// Left here to save time later - when pac4j is/was updated, I needed all of these to get the runtime right with the SAML2 client
// runtimeOnly "org.bouncycastle:bcprov-jdk15on:1.69"
// runtimeOnly "org.bouncycastle:bcprov-ext-jdk15on:1.69"
// runtimeOnly "org.bouncycastle:bcutil-jdk15on:1.69"
// runtimeOnly "org.bouncycastle:bcpkix-jdk15on:1.69"


// shibboleth idp deps
['idp-profile-spring', 'idp-profile-api'].each {
compile "net.shibboleth.idp:${it}:${project.'shibboleth.version'}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,8 @@ class SeleniumSIDETest extends Specification {
// 'SHIBUI-1740: Verify admin-owned resource not visible to nonadmins' | '/SHIBUI-1740-3.side'
// 'SHIBUI-1740: Verify nonadmin-owned resource visibility' | '/SHIBUI-1740-4.side'
// 'SHIBUI-1742: Verify enabler role allows enabling' | '/SHIBUI-1742-1.side'
'SHIBUI-1742: Verify role CRUD operations' | '/SHIBUI-1742-2.side'
// 'SHIBUI-1743: Verify group regex CRUD operations' | '/SHIBUI-1743-1.side'
// 'SHIBUI-1743: Verify nonadmin group regex validation' | '/SHIBUI-1743-2.side'
// 'SHIBUI-1742: Verify role CRUD operations' | '/SHIBUI-1742-2.side'
'SHIBUI-1743: Verify group regex CRUD operations' | '/SHIBUI-1743-1.side'
'SHIBUI-1743: Verify nonadmin group regex validation' | '/SHIBUI-1743-2.side'
}
}

}
Loading

0 comments on commit 28ad58e

Please sign in to comment.