In the new ApplicationPattern version 2.1.0 ,
the new callback BasicAuthRequestCausesInquiryForAuthentication replaced the old callback OamRequestCausesInquiryForAuthentication.
The request body of this new callback BasicAuthRequestCausesInquiryForAuthentication is backward compatible.
Means ,
the following request-body specified in this callback will be accepted by both
AccessAdministration://v1/approve-basic-auth-request and AdministratorAdministration://v1/approve-oam-request.
Authorization
application-name
release-number
method
operation-name // since additionalProperty:false is not defined in the AdministratorAdministration://v1/approve-oam-request , sending this attribute would be fine(but it will not be used)
But , the response-body is not backward compatible.
The following attributes specified in the response body, supports the response from AccessAdministration://v1/approve-basic-auth-request , but not the AdministratorAdministration://v1/approve-oam-request.
basic-auth-request-is-approved
reason-of-objection
Proposal :
To support the response from AdministratorAdministration://v1/approve-oam-request , requesting to include the following response body as oneOf the response
oam-request-is-approved
reason-of-objection
In the new ApplicationPattern version 2.1.0 ,
the new callback BasicAuthRequestCausesInquiryForAuthentication replaced the old callback OamRequestCausesInquiryForAuthentication.
The request body of this new callback BasicAuthRequestCausesInquiryForAuthentication is backward compatible.
Means ,
the following request-body specified in this callback will be accepted by both
AccessAdministration://v1/approve-basic-auth-request and AdministratorAdministration://v1/approve-oam-request.
operation-name // since additionalProperty:false is not defined in the AdministratorAdministration://v1/approve-oam-request , sending this attribute would be fine(but it will not be used)
But , the response-body is not backward compatible.
The following attributes specified in the response body, supports the response from AccessAdministration://v1/approve-basic-auth-request , but not the AdministratorAdministration://v1/approve-oam-request.
Proposal :
To support the response from AdministratorAdministration://v1/approve-oam-request , requesting to include the following response body as oneOf the response