Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Service Operation: Get EPPN
Name/eppn/eppn-mappings/{EPPN}
DescriptionLookup the mapping for a single EPPN
Preconditions

Caller must have have a valid OpenID token

Caller clientId must match the domain of the requested EPPN. (ie. If the eppn is jdoe@santarosa.edu, the clientId for the caller must be "santarosa.edu")


Post-conditions
Message Exchange Pattern

Request is received

EPPN mapping is looked up

Mapping is returned

Input


Parameters
EPPNDescriptionThe College EPPN to lookup
TypePath Parameter
RequiredYes
DefaultN/A



Output
DescriptionEPPN Mapping JSON
Data Type


Code Block
languagejs
{
  "authSource": "string",
  "cccId": "string",
  "createTime": "2017-03-24T22:47:08.089Z",
  "downloaded": boolean,
  "eppn": "string"
}


Fault - UnauthorizedFaults


Faults
UnauthorizedDescriptionCalling service has not been authenticated
Http Status Code401
Additional Information
ForbiddenDescriptionCalling service has been authenticated, but does not have permissions to make this request
HTTP Status Code403
Additional Information


...