Skip to content

Commit 0140d39

Browse files
authored
Merge pull request #240 from zerotier/laduke/onelogin-typo
fix typo. fix dependabot sec warning
2 parents eb6a055 + 401cbb9 commit 0140d39

File tree

3 files changed

+31
-122
lines changed

3 files changed

+31
-122
lines changed

docs/sso.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ OneLogin requires ZeroTier One v1.10.3+
228228

229229
:::
230230

231-
Log in to your OneLogin admin console. Select "Custom Connectors" from the "Applications" menu. Hit the "New Connector" button. Name your connector, set Sign on method to OpenID Connect, and set the Redirect URI to `https://localhost:9993/sso`. Finally, back on the on Custom Connectors page, hit the "Add App to Connector" link. Adjust the description & logo settings as you see fit, and then save.
231+
Log in to your OneLogin admin console. Select "Custom Connectors" from the "Applications" menu. Hit the "New Connector" button. Name your connector, set Sign on method to OpenID Connect, and set the Redirect URI to `http://localhost:9993/sso`. Finally, back on the on Custom Connectors page, hit the "Add App to Connector" link. Adjust the description & logo settings as you see fit, and then save.
232232

233233
Once the above steps are complete, go to the SSO tab for your new OneLogin Application. Set "Application Type" to "Native", and "Token Endpoint" to "None (PKCE)". You'll also find the required Client ID and Issuer URLs to enter into https://my.zerotier.com/account.
234234

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"lint:spelling": "cspell --validate-directives --no-progress docs/**/*.md"
2020
},
2121
"resolutions": {
22-
"@babel/traverse": "^7.23.3"
22+
"@babel/traverse": "^7.23.3",
23+
"redoc": "^2.4.0"
2324
},
2425
"dependencies": {
2526
"@cspell/dict-markdown": "^2.0.2",
@@ -46,7 +47,7 @@
4647
"pngjs": "^7.0.0",
4748
"react": "^18.3.1",
4849
"react-dom": "^18.3.1",
49-
"redocusaurus": "^2.2.0"
50+
"redocusaurus": "^2.2.2"
5051
},
5152
"browserslist": {
5253
"production": [

yarn.lock

+27-119
Original file line numberDiff line numberDiff line change
@@ -1632,23 +1632,6 @@ __metadata:
16321632
languageName: node
16331633
linkType: hard
16341634

1635-
"@cfaester/enzyme-adapter-react-18@npm:^0.8.0":
1636-
version: 0.8.0
1637-
resolution: "@cfaester/enzyme-adapter-react-18@npm:0.8.0"
1638-
dependencies:
1639-
enzyme-shallow-equal: "npm:^1.0.0"
1640-
function.prototype.name: "npm:^1.1.6"
1641-
has: "npm:^1.0.4"
1642-
react-is: "npm:^18.2.0"
1643-
react-shallow-renderer: "npm:^16.15.0"
1644-
peerDependencies:
1645-
enzyme: ^3.11.0
1646-
react: ">=18"
1647-
react-dom: ">=18"
1648-
checksum: 10c0/06b2c8d741cfb36179fbc15b7403a56c95f0ff2c884556a9f6858594e5a11f70bf4e100b07ef78049435da6614a7e016558938674d9abe3fb2db776e9e7430a6
1649-
languageName: node
1650-
linkType: hard
1651-
16521635
"@chevrotain/cst-dts-gen@npm:11.0.3":
16531636
version: 11.0.3
16541637
resolution: "@chevrotain/cst-dts-gen@npm:11.0.3"
@@ -5992,7 +5975,7 @@ __metadata:
59925975
languageName: node
59935976
linkType: hard
59945977

5995-
"call-bind@npm:^1.0.7, call-bind@npm:^1.0.8":
5978+
"call-bind@npm:^1.0.8":
59965979
version: 1.0.8
59975980
resolution: "call-bind@npm:1.0.8"
59985981
dependencies:
@@ -7828,21 +7811,21 @@ __metadata:
78287811
languageName: node
78297812
linkType: hard
78307813

7831-
"docusaurus-plugin-redoc@npm:2.1.1":
7832-
version: 2.1.1
7833-
resolution: "docusaurus-plugin-redoc@npm:2.1.1"
7814+
"docusaurus-plugin-redoc@npm:2.2.2":
7815+
version: 2.2.2
7816+
resolution: "docusaurus-plugin-redoc@npm:2.2.2"
78347817
dependencies:
78357818
"@redocly/openapi-core": "npm:1.16.0"
78367819
redoc: "npm:2.1.5"
78377820
peerDependencies:
7838-
"@docusaurus/utils": ^3.0.0
7839-
checksum: 10c0/1edca6dc09474b4639e557c6e4fb32e4f9e2e8c96a6e55f1b42e8f0fbf472919692b636bdb9ad1dd8d8d1f8d8c01e665a542e6bf5b85911361ffad4cac1f6548
7821+
"@docusaurus/utils": ^3.6.0
7822+
checksum: 10c0/c895c86b9073effde50828208c14297ea211d17a966871f3c67fff1abbde5abfede9d05e67fd92794459bfec4de35dee00b81290d53f3cbe9cdc99e76699e014
78407823
languageName: node
78417824
linkType: hard
78427825

7843-
"docusaurus-theme-redoc@npm:2.2.0":
7844-
version: 2.2.0
7845-
resolution: "docusaurus-theme-redoc@npm:2.2.0"
7826+
"docusaurus-theme-redoc@npm:2.2.2":
7827+
version: 2.2.2
7828+
resolution: "docusaurus-theme-redoc@npm:2.2.2"
78467829
dependencies:
78477830
"@redocly/openapi-core": "npm:1.16.0"
78487831
clsx: "npm:^1.2.1"
@@ -7853,9 +7836,9 @@ __metadata:
78537836
redoc: "npm:2.1.5"
78547837
styled-components: "npm:^6.1.11"
78557838
peerDependencies:
7856-
"@docusaurus/theme-common": ^3.0.0
7839+
"@docusaurus/theme-common": ^3.6.0
78577840
webpack: ^5.0.0
7858-
checksum: 10c0/2a433b580ee9857421d55748d932357d6f714e1dbd3668a57d4e9efa4d931e441b7640e759d5ed1bb0544ab9f87bb7c03518e56151f5aeba1aa0dec806596ef3
7841+
checksum: 10c0/73365e8c59a2a809010b9b13650e88b1c8b57702326a65379f2189ab779044073f5287d9ee482725474528bd1586b2a1245c09bf4c8254c2b3fbbbb9b294e954
78597842
languageName: node
78607843
linkType: hard
78617844

@@ -8103,16 +8086,6 @@ __metadata:
81038086
languageName: node
81048087
linkType: hard
81058088

8106-
"enzyme-shallow-equal@npm:^1.0.0":
8107-
version: 1.0.7
8108-
resolution: "enzyme-shallow-equal@npm:1.0.7"
8109-
dependencies:
8110-
hasown: "npm:^2.0.0"
8111-
object-is: "npm:^1.1.5"
8112-
checksum: 10c0/50bd80c62da4086a20f4c56c2333ab104f162f0d20db3a335406b5b6aa2b92a61eda67bed2248b52aecfc7992abfb368cf40fe5e35a66913b914668665b418c1
8113-
languageName: node
8114-
linkType: hard
8115-
81168089
"err-code@npm:^2.0.2":
81178090
version: 2.0.3
81188091
resolution: "err-code@npm:2.0.3"
@@ -8907,27 +8880,6 @@ __metadata:
89078880
languageName: node
89088881
linkType: hard
89098882

8910-
"function.prototype.name@npm:^1.1.6":
8911-
version: 1.1.8
8912-
resolution: "function.prototype.name@npm:1.1.8"
8913-
dependencies:
8914-
call-bind: "npm:^1.0.8"
8915-
call-bound: "npm:^1.0.3"
8916-
define-properties: "npm:^1.2.1"
8917-
functions-have-names: "npm:^1.2.3"
8918-
hasown: "npm:^2.0.2"
8919-
is-callable: "npm:^1.2.7"
8920-
checksum: 10c0/e920a2ab52663005f3cbe7ee3373e3c71c1fb5558b0b0548648cdf3e51961085032458e26c71ff1a8c8c20e7ee7caeb03d43a5d1fa8610c459333323a2e71253
8921-
languageName: node
8922-
linkType: hard
8923-
8924-
"functions-have-names@npm:^1.2.3":
8925-
version: 1.2.3
8926-
resolution: "functions-have-names@npm:1.2.3"
8927-
checksum: 10c0/33e77fd29bddc2d9bb78ab3eb854c165909201f88c75faa8272e35899e2d35a8a642a15e7420ef945e1f64a9670d6aa3ec744106b2aa42be68ca5114025954ca
8928-
languageName: node
8929-
linkType: hard
8930-
89318883
"gauge@npm:^3.0.0":
89328884
version: 3.0.2
89338885
resolution: "gauge@npm:3.0.2"
@@ -9279,14 +9231,7 @@ __metadata:
92799231
languageName: node
92809232
linkType: hard
92819233

9282-
"has@npm:^1.0.4":
9283-
version: 1.0.4
9284-
resolution: "has@npm:1.0.4"
9285-
checksum: 10c0/82c1220573dc1f0a014a5d6189ae52a1f820f99dfdc00323c3a725b5002dcb7f04e44f460fea7af068474b2dd7c88cbe1846925c84017be9e31e1708936d305b
9286-
languageName: node
9287-
linkType: hard
9288-
9289-
"hasown@npm:^2.0.0, hasown@npm:^2.0.2":
9234+
"hasown@npm:^2.0.2":
92909235
version: 2.0.2
92919236
resolution: "hasown@npm:2.0.2"
92929237
dependencies:
@@ -10059,13 +10004,6 @@ __metadata:
1005910004
languageName: node
1006010005
linkType: hard
1006110006

10062-
"is-callable@npm:^1.2.7":
10063-
version: 1.2.7
10064-
resolution: "is-callable@npm:1.2.7"
10065-
checksum: 10c0/ceebaeb9d92e8adee604076971dd6000d38d6afc40bb843ea8e45c5579b57671c3f3b50d7f04869618242c6cee08d1b67806a8cb8edaaaf7c0748b3720d6066f
10066-
languageName: node
10067-
linkType: hard
10068-
1006910007
"is-ci@npm:^3.0.1":
1007010008
version: 3.0.1
1007110009
resolution: "is-ci@npm:3.0.1"
@@ -12518,16 +12456,6 @@ __metadata:
1251812456
languageName: node
1251912457
linkType: hard
1252012458

12521-
"object-is@npm:^1.1.5":
12522-
version: 1.1.6
12523-
resolution: "object-is@npm:1.1.6"
12524-
dependencies:
12525-
call-bind: "npm:^1.0.7"
12526-
define-properties: "npm:^1.2.1"
12527-
checksum: 10c0/506af444c4dce7f8e31f34fc549e2fb8152d6b9c4a30c6e62852badd7f520b579c679af433e7a072f9d78eb7808d230dc12e1cf58da9154dfbf8813099ea0fe0
12528-
languageName: node
12529-
linkType: hard
12530-
1253112459
"object-keys@npm:^1.1.1":
1253212460
version: 1.1.1
1253312461
resolution: "object-keys@npm:1.1.1"
@@ -14246,13 +14174,6 @@ __metadata:
1424614174
languageName: node
1424714175
linkType: hard
1424814176

14249-
"react-is@npm:^16.12.0 || ^17.0.0 || ^18.0.0, react-is@npm:^18.2.0":
14250-
version: 18.3.1
14251-
resolution: "react-is@npm:18.3.1"
14252-
checksum: 10c0/f2f1e60010c683479e74c63f96b09fb41603527cd131a9959e2aee1e5a8b0caf270b365e5ca77d4a6b18aae659b60a86150bb3979073528877029b35aecd2072
14253-
languageName: node
14254-
linkType: hard
14255-
1425614177
"react-is@npm:^16.13.1, react-is@npm:^16.6.0, react-is@npm:^16.7.0":
1425714178
version: 16.13.1
1425814179
resolution: "react-is@npm:16.13.1"
@@ -14340,18 +14261,6 @@ __metadata:
1434014261
languageName: node
1434114262
linkType: hard
1434214263

14343-
"react-shallow-renderer@npm:^16.15.0":
14344-
version: 16.15.0
14345-
resolution: "react-shallow-renderer@npm:16.15.0"
14346-
dependencies:
14347-
object-assign: "npm:^4.1.1"
14348-
react-is: "npm:^16.12.0 || ^17.0.0 || ^18.0.0"
14349-
peerDependencies:
14350-
react: ^16.0.0 || ^17.0.0 || ^18.0.0
14351-
checksum: 10c0/c194d741792e86043a4ae272f7353c1cb9412bc649945c4220c6a101a6ea5410cceb3d65d5a4d750f11a24f7426e8eec7977e8a4e3ad5d3ee235ca2b18166fa8
14352-
languageName: node
14353-
linkType: hard
14354-
1435514264
"react-tabs@npm:^6.0.2":
1435614265
version: 6.1.0
1435714266
resolution: "react-tabs@npm:6.1.0"
@@ -14491,11 +14400,10 @@ __metadata:
1449114400
languageName: node
1449214401
linkType: hard
1449314402

14494-
"redoc@npm:2.1.5":
14495-
version: 2.1.5
14496-
resolution: "redoc@npm:2.1.5"
14403+
"redoc@npm:^2.4.0":
14404+
version: 2.4.0
14405+
resolution: "redoc@npm:2.4.0"
1449714406
dependencies:
14498-
"@cfaester/enzyme-adapter-react-18": "npm:^0.8.0"
1449914407
"@redocly/openapi-core": "npm:^1.4.0"
1450014408
classnames: "npm:^2.3.2"
1450114409
decko: "npm:^1.2.0"
@@ -14520,23 +14428,23 @@ __metadata:
1452014428
peerDependencies:
1452114429
core-js: ^3.1.4
1452214430
mobx: ^6.0.4
14523-
react: ^16.8.4 || ^17.0.0 || ^18.0.0
14524-
react-dom: ^16.8.4 || ^17.0.0 || ^18.0.0
14431+
react: ^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0
14432+
react-dom: ^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0
1452514433
styled-components: ^4.1.1 || ^5.1.1 || ^6.0.5
14526-
checksum: 10c0/cd67dbb3b4544cda2fe27c1c0845f7f674ceb044dd93222bb400f223355771037a98570d5bea059e03d5c1cf72707d8945de02a338194a7b8b32aab79273bc2c
14434+
checksum: 10c0/94a8c02e4f4962a808a58775036d99c1d09553f8ed31b2780efe43f639a5a7d9affe7a0a77513eed78143a1247cf2b2c79055c06b956d14767e203177f7fb5ae
1452714435
languageName: node
1452814436
linkType: hard
1452914437

14530-
"redocusaurus@npm:^2.2.0":
14531-
version: 2.2.0
14532-
resolution: "redocusaurus@npm:2.2.0"
14438+
"redocusaurus@npm:^2.2.2":
14439+
version: 2.2.2
14440+
resolution: "redocusaurus@npm:2.2.2"
1453314441
dependencies:
14534-
docusaurus-plugin-redoc: "npm:2.1.1"
14535-
docusaurus-theme-redoc: "npm:2.2.0"
14442+
docusaurus-plugin-redoc: "npm:2.2.2"
14443+
docusaurus-theme-redoc: "npm:2.2.2"
1453614444
peerDependencies:
14537-
"@docusaurus/theme-common": ^3.0.0
14538-
"@docusaurus/utils": ^3.0.0
14539-
checksum: 10c0/d581004822ab653ca0ed71d0d7ccda3ca3df0b1c169c77ce1928f7009bd9d3951f15921c4501ea295d6024135e4ae39954087566b71c8977b1647224aea0671e
14445+
"@docusaurus/theme-common": ^3.6.0
14446+
"@docusaurus/utils": ^3.6.0
14447+
checksum: 10c0/affa8b4433a370e1fca8dcad067793fa4e7d3791ff83f66c3c38d6a0fe2089cf34d7afe684935a2db47b84b4123c228186958d60c0bbabe96a00a5fa2a5ca828
1454014448
languageName: node
1454114449
linkType: hard
1454214450

@@ -17125,7 +17033,7 @@ __metadata:
1712517033
pngjs: "npm:^7.0.0"
1712617034
react: "npm:^18.3.1"
1712717035
react-dom: "npm:^18.3.1"
17128-
redocusaurus: "npm:^2.2.0"
17036+
redocusaurus: "npm:^2.2.2"
1712917037
languageName: unknown
1713017038
linkType: soft
1713117039

0 commit comments

Comments
 (0)