Skip to content

Commit

Permalink
Add AWS SSO to SCIM implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnekaunisto authored and erdtman committed Oct 19, 2021
1 parent 060d2e3 commit 8e384f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/webapp/json/scim_v2_implementations.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
const scim_v2_implementations = {
"implementations": [
{
"project_name": "AWS SSO",
"client": "No",
"server": "Yes",
"open_source": "No",
"developer": "Amazon Web Services",
"link": "https://docs.aws.amazon.com/singlesignon/latest/developerguide/what-is-scim.html"
},
{
"project_name": "i2scim",
"client": "Yes",
Expand Down

0 comments on commit 8e384f3

Please sign in to comment.