Last modified by Clément Aubin on 2024/03/25 00:08

<
From version < 22.1 >
edited by Thomas Mortagne
on 2019/01/07 16:57
To version < 23.1 >
edited by Thomas Mortagne
on 2019/01/07 17:01
>
Change comment: There is no comment for this version

Summary

Details

ExtensionCode.ExtensionClass[0]
Description
... ... @@ -26,13 +26,13 @@
26 26  #-# The OpenId Connect base URL of the XWiki instance to use as provider.
27 27  #-# See following endpoints properties if the provider is not an XWiki instance.
28 28  #-# If not indicated, it will be asked to the user.
29 -# oidc.xwikiprovider=http://http://xwikiorg-node1.xwikisas.com/xwiki/oidc
29 +# oidc.xwikiprovider=https://xwikiorg-node1.xwikisas.com/xwiki/oidc
30 30  
31 31  #-# The generic OpenId Connect endpoints to use to communicate with the provider.
32 32  #-# Not needed in case of XWiki based provider.
33 -# oidc.endpoint.authorization=http://http://xwikiorg-node1.xwikisas.com//xwiki/oidc/authorization
34 -# oidc.endpoint.token=http://http://xwikiorg-node1.xwikisas.com//xwiki/oidc/token
35 -# oidc.endpoint.userinfo=http://http://xwikiorg-node1.xwikisas.com//xwiki/oidc/userinfo
33 +# oidc.endpoint.authorization=https://xwikiorg-node1.xwikisas.com/xwiki/oidc/authorization
34 +# oidc.endpoint.token=https://xwikiorg-node1.xwikisas.com/xwiki/oidc/token
35 +# oidc.endpoint.userinfo=https://xwikiorg-node1.xwikisas.com/xwiki/oidc/userinfo
36 36  
37 37  #-# The pattern to use to generate the XWiki user name.
38 38  #-#

Get Connected