Forum Discussion

ameerhamza01's avatar
3 years ago

Swagger APi

Basically i have 2 type of api's:
1).Internal Organization Api's
2).Open User Api's
open user api's will be accessed without login while internal organization api's could not be accessed without login so for this purpose may be i need separate authenticated url for all internal api's. How can i achieve this?

  • APIs which are set to visibility=Public require no authentication or authorization to access. 

    An API with visibility=Private can only be accessed by Members of the SwaggerHub Organization. Consumers will have read-only access, Designers can be allowed read-write. Both can be granted comment capability. 

    SwaggerHub authentication can be either user/password or SSO using LDAP or SAML 2.0.