-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add response to successful assertion.
- Loading branch information
1 parent
bcdc45a
commit 6407a5e
Showing
5 changed files
with
138 additions
and
2,533 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
title: AssertionSecret | ||
description: Data sent back upon successful app assertion. This will include X.509 certificates. | ||
type: object | ||
properties: | ||
certificates: | ||
description: X.509 certificates to be used for client authentication. | ||
type: array | ||
items: | ||
type: object | ||
properties: | ||
content: | ||
type: string | ||
description: base64 encoded X.509 certificate in DER format. | ||
ttlInDays: | ||
type: integer | ||
type: | ||
type: string | ||
oneOf: | ||
- CONSTRAINED | ||
- WILDCARD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
title: CoastalData | ||
description: Data to send to Coastal's API. | ||
type: object | ||
properties: | ||
rcTypeId: | ||
type: string | ||
rcInstanceId: | ||
type: string | ||
rcHWVersions: | ||
type: array | ||
items: | ||
type: string | ||
rcSWVersions: | ||
type: array | ||
items: | ||
type: string | ||
phdTypeId: | ||
type: string | ||
phdInstanceId: | ||
type: string | ||
csr: | ||
type: string | ||
rcbMac: | ||
type: string |
Oops, something went wrong.