Skip to content

Commit

Permalink
feat(jans-auth,jans-cli,jans-config-api): changes to handle new attri…
Browse files Browse the repository at this point in the history
…bute description in Client object and new custom script type
  • Loading branch information
pujavs committed Mar 15, 2022
1 parent d4a9f15 commit a096110
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public Response getOpenIdClientByInum(@PathParam(ApiConstants.INUM) @NotNull Str

@POST
@ProtectedApi(scopes = { ApiAccessConstants.OPENID_CLIENTS_WRITE_ACCESS })
public Response createOpenIdConnect(@Valid Client client) EncryptionException {
public Response createOpenIdConnect(@Valid Client client) throws EncryptionException {
if (logger.isDebugEnabled()) {
logger.debug("Client details to be added - client:{}", escapeLog(client));
}
Expand Down

0 comments on commit a096110

Please sign in to comment.