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
{{ message }}
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.
Identity manager can't deal with redirect uri generated by AuthorizeRedirectResult's Execute method.
It seems that previously redirect uri was allowed to have several '#' fragments.
Now Id Mgr returns Unauthorized error for any users probably because of /callback endpoint controller from ttIdmApp.js can't be called for new uri format.
The text was updated successfully, but these errors were encountered:
Identity manager can't deal with redirect uri generated by AuthorizeRedirectResult's Execute method.
It seems that previously redirect uri was allowed to have several '#' fragments.
Now Id Mgr returns Unauthorized error for any users probably because of /callback endpoint controller from ttIdmApp.js can't be called for new uri format.
The text was updated successfully, but these errors were encountered: