adal Questions
6
Solved
We have a site developed using Angular 7 and it uses Adal-Angular4 library for Azure Active Directoty authentication. When the site is browsed in safari on iPhone, it runs into below error.
Error:...
Timer asked 25/4, 2020 at 9:46
2
Solved
I want to use JSON web tokens for authentication in my .NET Core project. That's why I added the System.IdentityModel.Tokens.Jwt package to it.
I'm familiar with the JavaScript equivalent jsonwebto...
3
Solved
I am using ADAL library to get access token for a resource. Does anyone know what format is the expiration time in ? more specifically
"exp" (Expiration time) claim.
JwtSecurityToken clas...
Anticlinorium asked 7/10, 2016 at 21:32
4
Solved
I have an angularjs SPA web app which uses ADAL-JS (and adal-angular).
It's set up to authenticate vs our corporate AD in MS Azure. The log-in flow seems to work correctly, and the SPA receives an ...
2
I am writing a Django multi-tenant web application which is supposed to use Power BI Embedded as a reporting frontend (basically to render data from the local DB). For this, I am using the 'App Own...
2
I have a web application which uses the ADAL library for authentication through Azure Active Directory.
This web application makes a call to a C# REST service by passing the ADAL token string as a...
Daphnedaphnis asked 24/2, 2016 at 15:41
2
Solved
My References
According to this,
Starting June 30th, 2020 we will no longer add any new features to
Azure Active Directory Authentication Library (ADAL) and Azure AD
Graph. We will continue to pro...
Korrie asked 4/1, 2021 at 16:41
2
Solved
I am using Adal with Azure Active Directory and I need to add extra claims via custom OwinMiddleware.
When I add claims to this principal, I am able to access them in the current request. But after...
Pash asked 17/11, 2016 at 16:33
5
Solved
I am getting invalid signature while using jwt.io to validate my azure ad access token. My id token, however, validates just fine!
I have seen and tried the solutions suggested in
Invalid signatur...
Morten asked 26/7, 2017 at 3:54
5
I am building the following URL
https://login.microsoftonline.com/<tenantid>/oauth2/logout?client_id=<clientId>&post_logout_redirect_uri=<encodedurl>
It looks something lik...
Vanguard asked 29/8, 2017 at 9:23
4
Im trying to integrate msal.js library(https://github.com/AzureAD/microsoft-authentication-library-for-js) with passport-azure-ad (https://github.com/AzureAD/passport-azure-ad) Bearer Strategy.
M...
Tabular asked 27/2, 2019 at 23:36
4
Solved
I am using react-aad-msal with Azure AD B2C. I have sign-in and sign-out working. However, when I click 'Forgot your password?', the auth window disappears and nothing happens.
It seems I need ...
Hatchet asked 16/4, 2019 at 23:50
4
Solved
I have integrated ADAL library into my iOS application and it's working fine. But now I want to log out from ADAL. How can I do log out?
4
I have this example working with Google as ID provider:
https://github.com/jchnxu/TestOIDAppAuth-iOS
The example is using the AppAuth library and Open Id Connect from iOS in Swift. I'm not using ...
Tailor asked 11/5, 2017 at 18:31
2
Solved
I am facing some issues when trying to serialize the tokencache, returned from authenticating with MSAL.
I would appreciate any help, since i don't really understand what i am doing wrong.
Here is ...
Braynard asked 15/7, 2021 at 13:44
2
Solved
I'm trying to develop a VueJS single page application that logs you into AAD so that I can get an access token to call various APIs (e.g. Graph).
Once a user is logged in, you have to acquire a tok...
Cottontail asked 10/8, 2020 at 20:7
3
I have a service that uses Azure access tokens that we retrieve using ADAL. We have several hundred customers, but for some reason there are two of them that sporadically generate this error when w...
Tripodic asked 13/8, 2015 at 23:42
3
Solved
I'm using the Microsoft.AspNetCore.Authentication.JwtBearer and System.IdentityModel.Tokens.Jwt packages for my .NET Core project.
There are some controller endpoints protected by the [Authorize] a...
2
Is there a MSAL/ADAL equivalent for C++ ? I would like to natively support getting access tokens for Azure in C++ (rather than build a bridge of some kind by using python version.)
Thank you
Magda asked 13/1, 2020 at 14:29
3
Solved
I have one web app which is React, and I already configured Azure AD Authentication for the web app itself. Its 100% Client site app, no server side components.
I used this component:
https://gith...
Synergistic asked 12/5, 2018 at 11:9
2
Solved
I am authenticating my Single Page App (Angular4) with Azure AD, and using Adal.js for the same. On the login page, I click a button that redirects to Microsoft AAD and upon successful login it red...
Hudson asked 11/11, 2017 at 4:58
1
I'm using cypress for writing E2E tests for my UI (Note that it's a PowerBI report, hence it's kind of special case). When I am testing with a public report, it works fine. But when it's a private ...
Veroniqueverras asked 16/4, 2020 at 20:57
4
In ADAL.Net 3.x UserPasswordCredential is introduced on top of UserCredential from 2.x. But the same UserPasswordCredential is not exposed in the .Net Core under the same nuget package?
UserCreden...
Haemolysin asked 9/9, 2016 at 9:12
2
Solved
I have an asp.net mvc application with azure AAD sign in.
When I press f5 to debug the application goes to azure to authenticate in AAD, then it goes back to the application to the controller, and ...
Thyroiditis asked 28/5, 2015 at 18:18
2
Solved
i learn this code sample :https://github.com/Azure-Samples/active-directory-dotnet-graphapi-web ,and yes ,i can get access token in AuthorizationCodeReceived :
AuthenticationHelper.token = result...
Whiffletree asked 21/3, 2017 at 7:24
1 Next >
© 2022 - 2025 — McMap. All rights reserved.