-
Notifications
You must be signed in to change notification settings - Fork 133
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
Issue with docs.zowe.org/stable/extend/extend-apiml/authentication-for-apiml-services #3482
Comments
I agree, but I would argue that this whole section, belongs under Advanced API ML Configuration, it doesn't concern Extenders at all, am I correct? In the text bellow I also added a proposal for the text to be added on when to use which. Maybe the dummy provider for quick start for development could belong into an article in Extending on Quick Start API ML for development. Authentication providersAPI ML contains the following providers to handle authentication for the API Gateway:
z/OSMF Authentication Provider should be used in most cases. The z/OSMF is part of the z/OS and as such is the best option for providing the authentication API. The SAF Authentication provider should be used when z/OSMF isn't available. In that case API Gateway acts as the authentication service. The provided credentials are validated directly by API Gateway via SAF APIs. z/OSMF Authentication ProviderThe Use the following properties of the API Gateway to enable the
SAF Authentication ProviderThe Use the following property of the API Gateway to enable the
Note: To provide your own implementation of the SAF IDT provider, see the Implement new SAF provider guidelines. Dummy Authentication ProviderThe Use the following property of API Gateway to enable the
|
Good point, I agree. I think the proposed changes and way you describe the guidance is very helpful as it describe "how" to choose a provider. Thanks! |
This has been addressed in #3500 |
Part of it was, the second part is to move it under Advanced Configuration and that part is still missing. First we need to create new Page - Authentication Providers for API Mediation Layer and move the content there and then in the current place we need to link to the new location so that it's available for those who go to the current location. Second we need to remove the Dummy one from this document and move it to
|
This issue has been addressed with PR#3523 |
As such I am closing the issue |
Description
Can we provide info to our users on how to make the decision on which provider to use? For example, if you have z/OSMF, and want to access it's APIs via the API ML, you should use provider
zosmf
. If you are configuring for a system or sysplex where z/OSMF does not run, you need to use providersaf
.Obviously not that exact wording but perhaps something similar could instruct users how to chose rather than what the choices are?
Pages to Update
https://docs.zowe.org/stable/extend/extend-apiml/authentication-for-apiml-services#authentication-providers
Screenshots
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: