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

<
From version < 30.22 >
edited by Admin
on 2019/11/25 00:14
To version < 31.1 >
edited by Thomas Mortagne
on 2019/12/09 12:48
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.Admin
1 +xwiki:XWiki.ThomasMortagne
ExtensionCode.ExtensionClass[0]
Description
... ... @@ -39,6 +39,20 @@
39 39  # oidc.endpoint.token=https://xwikiorg-node1.xwikisas.com/xwiki/oidc/token
40 40  # oidc.endpoint.userinfo=https://xwikiorg-node1.xwikisas.com/xwiki/oidc/userinfo
41 41  
42 +#-# The scopes to use when redirecting to the provider
43 +#-# The standard OpenID Connection scopes are:
44 +#-# * openid: Informs the authorisation server that the client is making an OpenID Connect request (REQUIRED).
45 +#-# * profile: Requests that access to the end-user's default profile claims at the UserInfo endpoint be granted by the issued access token.
46 +#-# * email: Requests that access to the email and email_verified claims at the UserInfo endpoint be granted by the issued access token.
47 +#-# * address: Requests that access to address claim at the UserInfo endpoint be granted by the issued access token.
48 +#-# * phone: Requests that access to the {phone_number and phone_number_verified claims at the UserInfo endpoint be granted by the issued access token.
49 +#-# * offline_access: Requests that an OAuth 2.0 refresh token be issued that can be used to obtain an access token that grants access the end-user's UserInfo endpoint even when the user is not present (not logged in).
50 +#-#
51 +#-# But depending on the provider more can be listed.
52 +#-#
53 +#-# The default is:
54 +# oidc.scope=openid,profile,email,address,phone
55 +
42 42  #-# The method used to access the userinfo endpoint.
43 43  #-#
44 44  #-# Supported values are:
Installed count
... ... @@ -1,1 +1,1 @@
1 -101
1 +103

Get Connected