Skip to content

Commit

Permalink
Updated advanced configuration for app framework page for v3 (#3939)
Browse files Browse the repository at this point in the history
* Updated advanced configuration for app framework page for v3

Signed-off-by: 1000TurquoisePogs <[email protected]>

* add not

Signed-off-by: Andrew Jandacek <[email protected]>

* Resolved one of a few broken links

Signed-off-by: 1000TurquoisePogs <[email protected]>

* remove links to mvd-congiration.md#multi-factor-authentication after this section was removed

Signed-off-by: Andrew Jandacek <[email protected]>

---------

Signed-off-by: 1000TurquoisePogs <[email protected]>
Signed-off-by: Andrew Jandacek <[email protected]>
Co-authored-by: Andrew Jandacek <[email protected]>
  • Loading branch information
1000TurquoisePogs and janan07 authored Oct 22, 2024
1 parent 0672170 commit 0a00583
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 255 deletions.
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

0 comments on commit 0a00583

Please sign in to comment.