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

Updated advanced configuration for app framework page for v3 #3939

Merged
merged 9 commits into from
Oct 22, 2024
2 changes: 0 additions & 2 deletions docs/getting-started/zowe-security-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ Multi-factor authentication is provided by third-party products which Zowe is co
Additionally, Zowe API ML can be configured to accept OIDC/OAuth2 user authentication tokens. In this particular case, MFA support is built into the OIDC provider system.
It does not rely on the mainframe MFA technology, but is equally secure.

For details about multi-factor authentication, see [the MFA documentation here](../user-guide/mvd-configuration.md#multi-factor-authentication-configuration).

## Advanced Authentication Mainframe (AAM)

To add a dynamic element to the authentication, you can configure the Advanced Authentication Mainframe to enable multi-factor authentication. For more information about AAM, see the [Advanced Authentication Mainframe documentation](https://techdocs.broadcom.com/us/en/ca-mainframe-software/security/ca-advanced-authentication-mainframe/2-0.html).
2 changes: 0 additions & 2 deletions docs/user-guide/address-authentication-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Multi-factor authentication is provided by third-party products with which Zowe

To support the multi-factor authentication, it is necessary to apply z/OSMF APAR [PH39582](https://www.ibm.com/support/pages/apar/PH39582).

For information about using MFA in Zowe Application Framework, see [Application Framework Multi-Factor Authentication](mvd-configuration.md#multi-factor-authentication-configuration).


:::important
Multi-factor authentication requires configuration with Single-Sign-On (SSO). Ensure that SSO is configured before you use MFA in Zowe.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Update the z/OSMF configuration with the following parameter:
`allowBasicAuthLookup="false"`

After applying this change, each authentication call results in generating a new JWT.
For more information, see [Configuring z/OSMF](../systemrequirements-zosmf.md) to properly work with API ML, and [Multi-factor authentication configuration](../mvd-configuration.md#multi-factor-authentication-configuration) in Configuring Zowe Application Framework.
For more information, see [Configuring z/OSMF](../systemrequirements-zosmf.md) to properly work with API ML.

### No Notification when Additional Input is Required

Expand Down
2 changes: 0 additions & 2 deletions docs/user-guide/configure-zos-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -703,8 +703,6 @@ Multi-factor authentication is provided by third-party products which Zowe is co
:::note Notes
* To support the multi-factor authentication, it is necessary to apply z/OSMF APAR [PH39582](https://www.ibm.com/support/pages/apar/PH39582).

* For information on using MFA in Zowe, see [Multi-Factor Authentication](mvd-configuration.md#multi-factor-authentication-configuration).

* MFA must work with Single-Sign-On (SSO). Make sure that [SSO](#single-sign-on-sso) is configured before you use MFA in Zowe.
:::

Expand Down
Loading
Loading