File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " cbsso" ,
3- "version" : " 1.0.5 " ,
3+ "version" : " 1.0.6 " ,
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 @@ -37,6 +37,8 @@ component accessors="true" implements="cbsso.models.ISSOIntegrationProvider" {
3737 public any function processAuthorizationEvent ( required any event ){
3838 var authResponse = wirebox .getInstance ( " SSOAuthorizationResponse@cbsso" );
3939
40+ initializeOpenSAMLLib ();
41+
4042 try {
4143 var decoded = binaryDecode ( event .getValue ( " SAMLResponse" ), " base64" );
4244 var data = charsetEncode ( decoded , " utf-8" );
@@ -80,6 +82,8 @@ component accessors="true" implements="cbsso.models.ISSOIntegrationProvider" {
8082 private string function getRawSAMLRequest (){
8183 var id = " id" & createUUID ();
8284
85+ initializeOpenSAMLLib ();
86+
8387 return AuthNRequestGenerator .generateAuthNRequest ( variables .clientId , id );
8488 }
8589
You can’t perform that action at this time.
0 commit comments