You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you enable JWT for the web application with just Password in authentication, although basic authentication works for the restform paths, the /login, /refresh, /logout paths cannot be accessed.
My fix:
Set "UseSession" parameter for the Form.REST.Abstract to 0. With that, the JWT paths are available.
How does this affect performance and/or resource consumption? I suppose this is more a question for the IRIS JWT web application feature.
The text was updated successfully, but these errors were encountered:
If you enable JWT for the web application with just Password in authentication, although basic authentication works for the restform paths, the /login, /refresh, /logout paths cannot be accessed.
My fix:
Set "UseSession" parameter for the Form.REST.Abstract to 0. With that, the JWT paths are available.
How does this affect performance and/or resource consumption? I suppose this is more a question for the IRIS JWT web application feature.
The text was updated successfully, but these errors were encountered: