-
Notifications
You must be signed in to change notification settings - Fork 143
docs: clarify ZWES1601I message and explain fallback to legacy tokens #4397
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
base: master
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -193,15 +193,29 @@ The following error message codes may appear on ZSS log. Use the following messa | |
|
|
||
| ### ZWES1601I | ||
|
|
||
| Server is ready to accept JWT `with`(or `without`) fallback to legacy tokens | ||
| ZSS server is ready to accept JWT with (or without) fallback to legacy tokens. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You cannot made edits to this line.
|
||
|
|
||
| **Reason:** | ||
| **Reason:** | ||
|
|
||
| Server is ready to accept JWT `with` or `without` fallback to legacy tokens. | ||
| This message indicates that the ZSS (Zowe Security Server) has successfully started and is ready to accept JWT (JSON Web Token)-based authentication. Depending on your configuration, it may also accept legacy Zowe tokens as a fallback. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ZSS is not known as the "Zowe Security Server" |
||
|
|
||
| **Action:** | ||
| **What does "with (or without) fallback to legacy tokens" mean?** | ||
|
|
||
| ZSS can support two types of authentication tokens: | ||
| - **JWT (JSON Web Tokens)** – the default and more secure method. | ||
| - **Legacy tokens** – used in older versions of Zowe. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Legacy tokens" here means that something can log into ZSS with the non-JWT types of logins ( /login URL, basic auth, cert auth, etc) |
||
|
|
||
| If fallback is enabled, users with legacy tokens can still authenticate. If fallback is disabled, only JWT tokens are accepted. | ||
|
|
||
| **How to Configure Fallback:** | ||
|
|
||
| You can enable or disable fallback in your `zowe.yaml` configuration file. | ||
| Refer to: [Zowe Authentication Configuration](https://docs.zowe.org/stable/user-guide/configure-zowe-runtime/#authentication-configuration) | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This link does not help explain this function. |
||
|
|
||
| **Action:** | ||
|
|
||
| No action required unless you want to modify the authentication method. | ||
|
|
||
| No action required. | ||
|
|
||
| ## ZSS error messages | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please undo this edit since it's already been addressed PR 4393