-
Notifications
You must be signed in to change notification settings - Fork 708
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-5697] Make identity type optional to register
Currently identity type is required to register an identity. With this change identity type is not longer required. If identity type is not specified, it is set to default value 'user' Change-Id: I0379c76cc10731c076547a144b6e74ae9e6bf4fc Signed-off-by: Anil Ambati <[email protected]>
- Loading branch information
Anil Ambati
committed
Aug 27, 2017
1 parent
f0e1701
commit 446f9cf
Showing
5 changed files
with
23 additions
and
16 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
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
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 |
---|---|---|
|
@@ -448,7 +448,6 @@ | |
}, | ||
"required": [ | ||
"id", | ||
"type", | ||
"affiliation_path", | ||
"attrs" | ||
] | ||
|