mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
feat: add jumpcloud support for sso
This commit is contained in:
@@ -22,5 +22,11 @@
|
||||
"token_url": "https://login.microsoftonline.com/common/oauth2/v2.0/token",
|
||||
"userinfo_url": "https://graph.microsoft.com/oidc/userinfo",
|
||||
"scopes": ["openid", "profile", "email"]
|
||||
},
|
||||
"jumpcloud": {
|
||||
"auth_url": "https://oauth.id.jumpcloud.com/oauth2/auth",
|
||||
"token_url": "https://oauth.id.jumpcloud.com/oauth2/token",
|
||||
"userinfo_url": "https://oauth.id.jumpcloud.com/userinfo",
|
||||
"scopes": ["email"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -102,7 +102,7 @@ impl ApiServer {
|
||||
port_tx,
|
||||
));
|
||||
|
||||
port_tx.await.unwrap();
|
||||
_port_rx.await.unwrap();
|
||||
|
||||
return Self { addr, tx, task };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user