Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.4.0] Add allow list to expose Developer portal #8543

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -812,12 +812,25 @@ This section provides a list of security guidelines for configuring the network
<p><strong>Note:</strong> </p>
<p>It is recommended to use an allowlisting approach when allowing access to resources in your product from the DMZ level.</p>

<p>For the API-M Developer Portal, exposing the following paths would be sufficient:</p>
<ul>
<li>https://&lt;host&gt;:&lt;port&gt;/devportal</li>
<li>https://&lt;host&gt;:&lt;port&gt;/devportal/*</li>
<li>https://&lt;host&gt;:&lt;port&gt;/api/am/devportal/v3/*</li>
<li>https://&lt;host&gt;:&lt;port&gt;/oauth2/*</li>
<li>https://&lt;host&gt;:&lt;port&gt;/oidc/*</li>
<li>https://&lt;host&gt;:&lt;port&gt;/authenticationendpoint/*</li>
<li>https://&lt;host&gt;:&lt;port&gt;/logincontext</li>
<li>https://&lt;host&gt;:&lt;port&gt;/oauth2/authorize</li>
<li>https://&lt;host&gt;:&lt;port&gt;/commonauth</li>
<li>https://&lt;host&gt;:&lt;port&gt;/accountrecoveryendpoint/*</li>
</ul>

</td>
</tr>
</tbody>
</table>


## Configure client authentication

Client authentication is used to identify the application or the client that is making the request.
Expand Down