Skip to content

Commit

Permalink
Merge pull request #855 from uc-cdis/docs/idp
Browse files Browse the repository at this point in the history
docs(openapi): add idp to userinfo response docs
  • Loading branch information
Avantol13 committed Jan 7, 2021
2 parents d690f78 + f8dcabd commit 1cdac74
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions openapis/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2026,6 +2026,7 @@ components:
type: object
required:
- user_id
- idp
- sub
- username
- name
Expand All @@ -2044,6 +2045,22 @@ components:
user_id:
type: number
description: 'This value is deprecated in favor of sub.'
idp:
type: string
description: |
The Identity Provider used to autheticate the user. Given instances of Fence
may or may not have all of these available (the set of IDPs available is a configuration).
* *google* - Google/GSuite
* *ras* - NIH's Researcher Auth Service (RAS)
* *itrust* - NIH Login / iTrust / eRA Commons
* *fence* - Upstream Fence (the idp used depends on the specific configuration, consult the Gen3 Operators)
* *orcid* - ORCHID
* *microsoft* - Microsoft
* *elixir* - Elixir
* *synapse* - Synapse
* *cognito* - AWS Cognito
* More may be added in the future...
sub:
type: string
description: 'Subject Identifier. A locally unique and never reassigned identifier within the Issuer for the end-user.'
Expand Down

0 comments on commit 1cdac74

Please sign in to comment.