File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 box package set version=@build.version@+@build.number@
4949 # master or snapshot
5050 echo "Github Ref is $GITHUB_REF"
51- echo "BRANCH=master " >> $GITHUB_ENV
51+ echo "BRANCH=main " >> $GITHUB_ENV
5252 if [ $GITHUB_REF == 'refs/heads/development' ]
5353 then
5454 echo "BRANCH=development" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 11{
22 "name" : " cbsso" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.0.4 " ,
44 "location" : " https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbsso/@build.version@/cbsso-@build.version@.zip" ,
55 "author" : " Ortus Solutions <info@ortussolutions.com>" ,
66 "homepage" : " https://github.com/coldbox-modules/cbsso" ,
Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ component accessors="true" implements="cbsso.models.ISSOIntegrationProvider" {
1414
1515 variables .name = " Microsoft Entra" ;
1616
17- public function onDIComplete (){
18- variables .AuthNRequestGenerator .initOpenSAML ();
19- }
20-
2117 public string function getName (){
2218 return variables .name ;
2319 }
@@ -156,7 +152,7 @@ component accessors="true" implements="cbsso.models.ISSOIntegrationProvider" {
156152 variables .AuthNRequestGenerator = wirebox .getInstance ( " javaloader:cbsso.opensaml.AuthNRequestGenerator" );
157153 variables .responseValidator = wirebox .getInstance ( " javaloader:cbsso.opensaml.AuthResponseValidator" );
158154 variables .AuthNRequestGenerator .initOpenSAML ();
159-
155+
160156 responseValidator .cacheCerts ( variables .federationMetadataURL );
161157 }
162158
You can’t perform that action at this time.
0 commit comments