Closed amanaks closed 4 years ago
If this is still an issue, can you provide a bit more context with the code you're using? We also have the SSO wiki page to answer some general SSO questions, which may help.
All current authentication work from Microsoft is delivered through the msal js
library here. adal js
is still supported only for security fixes. We recommend moving to msal js
for any advanced feature requests and bugfixes.
Library Name
Current behavior
I need to use my own custom user login with SSO service . SSO login is working fine but when i am trying to call an api it throws an error stating that User login is required|login required. How can i skip this error and call the api.
i am using angularJs and calling an api from javascript
Expected behavior
call my api when custom login is clicked with username and password contained in db and stop authentication from adal service.