Skip to content

Commit

Permalink
Add APIAuth tag to supported connections
Browse files Browse the repository at this point in the history
  • Loading branch information
ImalshaG committed Apr 18, 2024
1 parent 67cd736 commit ba932e3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"category": "DEFAULT",
"displayOrder": 3,
"services": [],
"tags": [ "Social-Login" ],
"tags": [ "Social-Login", "APIAuth" ],
"idp": {
"name": "Facebook",
"description": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"displayOrder": 4,
"docLink": "/guides/authentication/social-login/add-github-login/",
"services": [],
"tags": [ "Social-Login" ],
"tags": [ "Social-Login", "APIAuth" ],
"idp": {
"name": "GitHub",
"description": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"category": "DEFAULT",
"displayOrder": 1,
"services": [],
"tags": [ "Social-Login" ],
"tags": [ "Social-Login", "APIAuth" ],
"idp": {
"name": "Google",
"description": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"category": "DEFAULT",
"displayOrder": 2,
"services": [],
"tags": [ "Social-Login" ],
"tags": [ "Social-Login", "APIAuth" ],
"idp": {
"name": "Microsoft",
"description": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"templateGroup": "enterprise-protocols",
"displayOrder": 5,
"id": "enterprise-oidc-idp",
"tags": [ "OIDC" ],
"tags": [ "OIDC", "APIAuth" ],
"idp": {
"alias": "",
"idpIssuerName": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"category": "DEFAULT",
"displayOrder": 9,
"services": [],
"tags": [ "OIDC" ],
"tags": [ "OIDC", "APIAuth" ],
"disabled": false,
"templateId": "swe-idp",
"idp": {
Expand Down

0 comments on commit ba932e3

Please sign in to comment.