https://github.com/zowe/zosmf-auth
Auth handler for App server to connect to z/OSMF through standard z/OSMF login
https://github.com/zowe/zosmf-auth
Last synced: 8 months ago
JSON representation
Auth handler for App server to connect to z/OSMF through standard z/OSMF login
- Host: GitHub
- URL: https://github.com/zowe/zosmf-auth
- Owner: zowe
- License: epl-2.0
- Created: 2018-08-13T15:44:59.000Z (almost 8 years ago)
- Default Branch: v1.x/master
- Last Pushed: 2024-05-30T15:50:54.000Z (about 2 years ago)
- Last Synced: 2024-05-30T18:39:53.484Z (about 2 years ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 1
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This program and the accompanying materials are
made available under the terms of the Eclipse Public License v2.0 which accompanies
this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html
SPDX-License-Identifier: EPL-2.0
Copyright Contributors to the Zowe Project.
# Z/OSMF Auth Plugin
Auth handler for Zowe App Framework Server to establish user sessions with z/osmf and utilize it for authentication. See the [Auth web API](https://github.com/zowe/zlux/wiki/Authentication-with-ZLUX) and [Server config](https://github.com/zowe/zlux/wiki/Configuration-for-ZLUX-App-Server-&-ZSS) wiki pages for more info.
**To request features or report bugs, please use the issues page at the [zlux repo](https://github.com/zowe/zlux/issues) with the server security tag**
Auth plugins can be associated with non-auth plugins such that dataservices will not be processed without first passing authentication and authorization checks for the auth plugins associated with them.
In the case of this plugin, you can use this plugin to secure services that may be used to do REST calls to a z/osmf installation.
Because this plugin uses z/osmf sessions to confirm authentication, this plugin must be configured to know which z/osmf installation to target.
Before use, edit the file `proxy/remote.json` by setting the host and port that points to a running z/osmf instance.
Afterwards, be sure to run a Zowe deploy process by moving to `/zlux-build` and running `ant deploy`.
This program and the accompanying materials are
made available under the terms of the Eclipse Public License v2.0 which accompanies
this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html
SPDX-License-Identifier: EPL-2.0
Copyright Contributors to the Zowe Project.