Skip to content

Commit 8fa425e

Browse files
committed
Fixed authentication issue
1 parent 6f4b835 commit 8fa425e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"homepage": "https://github.com/ScoutingRudyardKipling/SOLAuthenticator",
1414
"license": "MIT",
15-
"version": "1.0.2",
15+
"version": "1.0.3",
1616
"authors": [
1717
{
1818
"name": "Mewp",

src/SOLOpenIdClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function setUserIdentity($username)
4848
$namespace = explode('/', $username);
4949
$username = array_pop($namespace);
5050

51-
$this->identity = self::$snl_login_namespace . strtolower($username);
51+
$this->claimed_id = $this->identity = self::$snl_login_namespace . strtolower($username);
5252

5353
return $this;
5454
}
@@ -107,4 +107,4 @@ protected function sregParams()
107107
];
108108
}
109109

110-
}
110+
}

0 commit comments

Comments
 (0)