@@ -296,6 +296,6 @@ |
||
| 296 | 296 | */ |
| 297 | 297 | private function buildOpenIdConnectUrl($uriPostfix) |
| 298 | 298 | { |
| 299 | - return $this->getBaseUrlWithRealm() . self::OPEN_ID_PROTOCOL_URI . $uriPostfix; |
|
| 299 | + return $this->getBaseUrlWithRealm().self::OPEN_ID_PROTOCOL_URI.$uriPostfix; |
|
| 300 | 300 | } |
| 301 | 301 | } |