ibm-appid

Is it possible to configure AppId in Kubernetes Ingress with both types web and api at the same time?

≡放荡痞女 提交于 2020-01-06 08:46:14
问题 So that a browser would show the login page if no authentication is provided, but the backend would accept calls with a valid bearer token header as well. Is that possible? If so, how? We have several kubernetes services in the same namespace behind an ingress and annotated the ingress with ingress.bluemix.net/appid-auth: "bindSecret=binding-appidname namespace=somenamespace requestType=api serviceName=service-a" requestType=web will work too, but requestType=api,web does not work, neither

IBM Bluemix AppID - how log off / log out?

£可爱£侵袭症+ 提交于 2019-12-24 07:16:34
问题 When using IBM Bluemix App ID, does anyone know how to log out a user? The Node.js server SDK on GitHub sample application and README includes this reference: const LOGOUT_URL = "/ibm/bluemix/appid/logout"; I have tried various permutations but I haven't been able to find out what URL to use to log out the user (both hostname and extension). Can anyone help, please? Many thanks. 回答1: According to a posting at https://www.ibm.com/developerworks/library/iot-trs-secure-iot-solutions3/index.html