Skip to main content

Questions tagged [adfs]

Active Directory Federation Services (ADFS) is a standards-based web Single Sign-On federated identity which implements claims based authentication across forests.

adfs
0 votes
0 answers
17 views

"detail": "Authentication credentials were not provided." Django REST framework that uses adfs authentication backend

I am working on a django project which uses django_auth_adfs (Azure Active Directory) as its authentication backend. I have set up its API service using rest_framework. In the browsable views of the ...
Arad Soutehkeshan's user avatar
0 votes
0 answers
14 views

ADFS login with error Microsoft.IdentityServer.Web.InvalidRequestException: MSIS7042

i am add ADFS to identityserver as the below code services.AddAuthentication(options => { options.DefaultScheme = CookieAuthenticationDefaults.AuthenticationScheme; options....
Hossam Attia's user avatar
0 votes
0 answers
23 views

Trouble Configuring SAML Authentication in Rails with Devise: Signature Verification Failure

I am currently integrating SAML authentication into a Ruby on Rails application using the Devise SAML Authenticatable gem, and I've encountered a significant challenge regarding the signature ...
Merouane Amqor's user avatar
0 votes
1 answer
70 views

Issue with Django API Authentication Using Azure AD and Postman

I have set up a django project using the django_auth_adfs library to use the Azure Active Directory for the authentication phase. I have set up its API using rest_framework and now, I am trying to ...
Arad Soutehkeshan's user avatar
-1 votes
2 answers
21 views

Active Directory Federation server - verification code by email

Does anyone know where or how I can set SMTP server details in the Active Directory Federation Service? I need this so ADFS can send a verification code to someone's email address. My setup includes ...
Victor L's user avatar
1 vote
1 answer
32 views

Upgrading ASP.NET MVC from .NET 4.6 to .NET 8 with SharePoint On-Premises Authentication (ADFS)

I'm working on upgrading an existing ASP.NET MVC application from .NET 4.6 to .NET 8. The application currently uses SharePoint on-premises for document management, and ADFS handles user ...
Nina's user avatar
  • 11
0 votes
0 answers
30 views

Header based authentication for the web app with ADFS as IDP

I am working on one use case where wish to authenticate my .net based web app (deployed on IIS server) with header based authentication flow. My web app currently uses username/password based login ...
Buzz_Lightyear's user avatar
-1 votes
0 answers
39 views

How to connect to on-premises SharePoint using ADFS authentication in a .NET 8 application

Since OfficeDevPnP.Core is not supported in .NET 8, are there alternative libraries or approaches to connect to on-premises SharePoint using ADFS authentication in a .NET 8 application? Current ...
Nina's user avatar
  • 11
0 votes
0 answers
28 views

ADFS: SSL handshake failes

I'm running ADFS on Windows Server 2022 Std and used Set-AdfsSslCertificate -Thumbprint 'd0ab1c1b7ba1ba76bef717086bb3aaacf4783899' via powershell. It was accepted, read rights for the private key ...
deepmessage's user avatar
0 votes
0 answers
61 views

ADFS SAML No AssertionConsumerService is configured on the relying party

Encountering an MSIS3110 error when attempting to log in with a trust established at https://sts.mydomain.com/adfs/ls/idpinitiatedsignon.aspx. It seems that the AssertionConsumerUrl, ...
Hyeyeon's user avatar
  • 421
0 votes
0 answers
50 views

Issuer of access token from ADFS cannot be validated

I'm building an ASP.NET Core 8 Web API that uses ADFS for authentication (i.e. the API is a resource being secured by ADFS). I am able to obtain access tokens with a valid signature from ADFS but ...
Rasmus B's user avatar
0 votes
0 answers
15 views

When SP certificates updated, how adfs update its local certificates?

Here is the situation with SSO by saml SP: our own apps, with a valid certificates which will be expired in 1 year Idp: ADFS in windows server The SP federation metadata we configured in ADFS is as ...
Jevons Ryan's user avatar
0 votes
0 answers
21 views

ADFS - OWA - ECP automatically signs out when loging from custom IdP

i have a problem. Im logging into adfs with Keycloak as an IdP, everything works well. Im redirected from Keycloak to ADFS and then im getting redirected to OWA the to the ECP with signout request. ...
tony_rosey's user avatar
0 votes
0 answers
102 views

Microsoft Exchange - ADFS- OWA - KEYCLOAK

I have encountered a problem with an ADFS in Exchange Server 2019. x-adfserror: ID4175: The issuer of the security token was not recognized by the IssuerNameRegistry. To accept security tokens from ...
tony_rosey's user avatar
0 votes
0 answers
66 views

OIDC + ADFS: How to get ID token?

I have an OpenID Connect client implementation (code flow), which works fine with Google, MS 365 and most other providers. It does not work, however, with on-premise ADFS, because its userinfo ...
Boris L's user avatar
  • 191

15 30 50 per page
1
2 3 4 5
140