Jump to content

Topic on Project:Support desk

Line 8: Line 8:
works,
works,


the function
the function ExtensionRegistry::getInstance()->isLoaded( 'OpenIDConnect' ) appears to check the - other - name in extension.json, which is "OpenID Connect" with a space!
<pre>
ExtensionRegistry::getInstance()->isLoaded( 'OpenIDConnect' )
</pre>
appears to check the - other - name in extension.json, which is "OpenID Connect" with a space!


So I had to use
So I had to use