Skip to content

Commit

Permalink
Merge pull request #16539 from Thisara-Welmilla/add-providers-beans
Browse files Browse the repository at this point in the history
Add Idle account identification API artifacts
  • Loading branch information
Thisara-Welmilla authored Aug 29, 2023
2 parents 4b80410 + ac2c4b6 commit 0c23146
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
</jaxrs:serviceBeans>
<jaxrs:providers>
<bean class="com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider"/>
<bean class="org.wso2.carbon.identity.api.dispatcher.core.JsonProcessingExceptionMapper"/>
<bean class="org.wso2.carbon.identity.api.dispatcher.core.APIErrorExceptionMapper"/>
<bean class="org.wso2.carbon.identity.api.dispatcher.core.InputValidationExceptionMapper"/>
<bean class="org.wso2.carbon.identity.api.dispatcher.core.DefaultExceptionMapper"/>
</jaxrs:providers>
</jaxrs:server>
<jaxrs:server id="users" address="/users/v1">
Expand Down

0 comments on commit 0c23146

Please sign in to comment.