-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
25 lines (25 loc) · 851 Bytes
/
plugin.json
File metadata and controls
25 lines (25 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "workflow-plugin-sso",
"version": "0.1.0",
"description": "Enterprise SSO via OpenID Connect (Entra ID, Okta, generic OIDC)",
"author": "GoCodeAlone",
"license": "MIT",
"type": "external",
"tier": "community",
"private": false,
"minEngineVersion": "0.3.56",
"keywords": ["sso", "oidc", "openid-connect", "entra-id", "okta", "jwt", "authentication"],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-sso",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-sso",
"capabilities": {
"configProvider": false,
"moduleTypes": ["sso.oidc"],
"stepTypes": [
"step.sso_validate_token",
"step.sso_userinfo",
"step.sso_token_exchange",
"step.sso_refresh_token"
],
"triggerTypes": []
}
}