Skip to content

Commit

Permalink
added ideiio implementation to v1 and v2
Browse files Browse the repository at this point in the history
  • Loading branch information
erdtman committed Feb 24, 2021
1 parent 1d06298 commit 8030641
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/webapp/json/scim_v1_implementations.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,14 @@ const scim_v1_implementations = {
"open_source": "Yes, Apache 2.0 License",
"developer": "WSO2Inc",
"link": "https://github.com/wso2/charon"
},
{
"project_name": "ideiio",
"client": "Yes",
"server": "Yes",
"open_source": "No",
"developer": "ideiio",
"link": "https://ideiio.com/"
}
]
};
8 changes: 8 additions & 0 deletions src/main/webapp/json/scim_v2_implementations.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,5 +448,13 @@ const scim_v2_implementations = {
"developer": "Gatekeeper Community",
"link": "https://gatekeeper.page",
},
{
"project_name": "ideiio",
"client": "Yes",
"server": "Yes",
"open_source": "No",
"developer": "ideiio",
"link": "https://ideiio.com/"
}
]
};

0 comments on commit 8030641

Please sign in to comment.