You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/application/administration/settings/system/openid.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Microsoft Azure Setup
28
28
11. Fill description, set ``Expires`` and note it somewhere, then click on ``Add``.
29
29
12. Copy ``Value`` and store it somewhere. You will not able to view it again.
30
30
31
-
13. Go to OpenID in DSW: ``Admin Center`` → ``Settings`` → ``Organization OpenID`` → ``Create``.
31
+
13. Go to OpenID in DSW: ``Settings`` → ``OpenID`` → ``Create``.
32
32
33
33
14. Fill in a ``Name`` of the service. This name will be used to identify the service in the list of login options, so it should be something descriptive.
34
34
@@ -72,7 +72,7 @@ ORCID Setup
72
72
73
73
ORCID requires a redirect URI before it allows us to save the application and obtain credentials. Because DSW generates the callback URL only after the OpenID configuration is saved, we first create the DSW configuration with temporary credentials and then return to ORCID.
74
74
75
-
1. Go to OpenID in DSW: ``Admin Center`` → ``Settings`` → ``Organization OpenID`` → ``Create``.
75
+
1. Go to OpenID in DSW: ``Settings`` → ``OpenID`` → ``Create``.
76
76
2. Fill in a ``Name`` of the service, for example ``ORCID``.
77
77
3. Open the ``Custom`` tab.
78
78
4. Fill in temporary values:
@@ -82,7 +82,7 @@ ORCID requires a redirect URI before it allows us to save the application and ob
82
82
5. Leave ``Parameters`` empty.
83
83
6. (optional) fill Icon (``fab fa-orcid``), ``Background Color`` (``#A6CE39``), and ``Text Color``.
84
84
7. Click on ``Save``.
85
-
8. Copy ``Callback URL`` from DSW. It will look similar to ``https://example.fair-wizard.com/admin/open-id/<uuid>/callback``.
85
+
8. Copy ``Callback URL`` from DSW. It will look similar to ``https://<your-domain>/wizard/open-id/<uuid>/callback``.
86
86
87
87
9. Go to https://orcid.org/signin and sign in to ORCID.
88
88
10. Open ``Developer Tools`` from the account menu.
@@ -115,7 +115,7 @@ ORCID requires a redirect URI before it allows us to save the application and ob
115
115
Custom Setup
116
116
============
117
117
118
-
1. Go to OpenID in DSW: ``Admin Center`` → ``Settings`` → ``Organization OpenID`` → ``Create``.
118
+
1. Go to OpenID in DSW: ``Settings`` → ``OpenID`` → ``Create``.
119
119
2. Fill in a ``Name`` of the service. This name will be used to identify the service in the list of login options, so it should be something descriptive.
120
120
3. Open the ``Custom`` tab.
121
121
4. Prepare the OpenID endpoint ``URL``. This is usually the issuer URL of the provider. If the provider gives us a URL ending with ``/.well-known/openid-configuration``, use only the part before this suffix.
0 commit comments