Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

identityserver3

IdentityServer3 – rejected because invalid CORS path

December 29, 2023 by Tarik

CORS is a nightmare! It’s a browser thing which is why you’re witnessing different behaviour in IE than in Chrome. There are (at least) two ways that CORS is configured on the server. When a client makes a request with the Origin header you have to tell the server whether or not to accept it … Read more

Categories c# Tags ajax, asp.net-apicontroller, c++, cors, identityserver3 Leave a comment

IdentityServer: The remote certificate is invalid according to the validation procedure

July 22, 2023 by Tarik

In my case I was just trying to work through the samples (for ID3v2) and getting the cert errors running locally. Since some samples even do self hosting via owin I’m not even sure where it’s getting the certs for host side?? Anyway my fix was to copy the cert to the Trusted Root: Windows … Read more

Categories ssl Tags identityserver3, ssl Leave a comment

Create partial login cookie for External Authentication

April 17, 2023 by Tarik

You can inject the OwinEnvironmentService into your user service’s ctor and then wrap it with an OwinContext. Please have a look act following link. https://identityserver.github.io/Documentation/docsv2/advanced/owin.html

Categories c# Tags asp.net-web-api, c++, identityserver3, two-factor-authentication Leave a comment

IdentityServer Flows

April 8, 2023 by Tarik

I faced the same Issue, currently the work still in progress. when I finish the documentation, I might post it here. for time being: please check the draft: Enrich IdentityServer Documentation with OIDC and OAuth2 Flows section #73 Update: OIDC and OAuth2 Flows

Categories oauth-2.0 Tags identityserver3, oauth-2.0, openid, openid-connect, thinktecture-ident-server Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa