Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit bc93e25

Browse files
author
Brian Retterer
committed
Added SP_TOKEN to idsite for forgot password
1 parent bd355cd commit bc93e25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Resource/Application.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,10 @@ public function createIdSiteUrl(array $options = array())
346346
'cb_uri' => $options['callbackUri']
347347
);
348348

349+
if(isset($options['sp_token'])) {
350+
$token['sp_token'] = $options['sp_token'];
351+
}
352+
349353
if(isset($options['organizationNameKey'])) {
350354
$token['onk'] = $options['organizationNameKey'];
351355
}

0 commit comments

Comments
 (0)