Using the external custom HTTP / HTTPS based authentication service

You can customize the http/https based authentication service similar to JAAS based Authentication service.

  • Custom authentication Service has to respond to /auth rest request, and return the roles associated with the user.

  • See samples /src//golang/advanced/src/tibco.com/ftl-sample/

    • tibffauthsvc

    • security