AzureAD / azure-activedirectory-library-for-js

The code for ADAL.js and ADAL Angular has been moved to the MSAL.js repo. Please open any issues or PRs at the link below.
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/adal-angular
Apache License 2.0
627 stars 372 forks source link

Custom Login with SSO Login #863

Closed amanaks closed 4 years ago

amanaks commented 5 years ago

stop authentication for custom login.

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.

jmckennon commented 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.

jmckennon commented 4 years ago

Closing this as we're assuming this is no longer an issue. We recommend that everyone switch to msal js here for advanced features and bugfixes.