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
Originally AAM is using Authentication header to carry the bearer JWT token. It was implemented this way because many Apache servers strip the Authorization header. However, it brings lots of confusion for developers that follow the historically defined standards.
The text was updated successfully, but these errors were encountered:
Originally AAM is using
Authentication
header to carry the bearer JWT token. It was implemented this way because many Apache servers strip theAuthorization
header. However, it brings lots of confusion for developers that follow the historically defined standards.The text was updated successfully, but these errors were encountered: