Activities of "Repunjay_TASC"

what is issue ? However, ** "/signin-oidc"** method exist in application after authenticated response redirected this endpoint

?

what is issue ? However, ** "/signin-oidc"** method exist in application after authenticated response redirected this endpoint

update pls check. and pls clear cheche as well

First move OIDCController from HttpApi.Host to Authserver I will do first point

then remove CallbackPath from appsettings and the AddOpenIdConnect method.

CallbackPath it's mandatory for if AddOpenIdConnect, if i remove this then by default read "/sigin-oidc" path and then facing call back URLpath. we can't remove because it's mandatory.

remove Authorize from OIDCController

One of ABP ticket i have seen we can handle multiple schema like below code, then you can used Authorize for controller. Note:- it's working this means if i access specific URL endpoint able to access doesn't cause issue Authorize .

Use api/oidc/login method instead of authorize.

Update your logo href link to <AuthServerURL>api/oidc/login

I have same requirement like this ticket . https://abp.io/support/questions/5493/How-do-I-generate-the-Auth-url-that-will-allow-a-non-ABP-related-website-authenticate-with-ABP-OpenIddict. instead of authorize method i used below method to initial OIDC flow. I was able to log in successfully, but after the login, I need to redirect to the Angular dashboard. However, after being redirected, the dashboard is displaying the following screen.

pls try now

It's call back URL issue, Once you able to successfully login with idp redirected specific endpoint . let me fix in IDP side

Any update ?

I have shared project using WeTransfer pls check email, However, shared some information as well

Hi can you pls give me your email id i will share you my project over email can you pls try your side . I tried what you suggested still facing error.

I will share sample IDP credentials as well which is for Testing purpose

below point is not working

when a client clicks on our application logo (which is already configured within their application), they should be redirected directly to the IdP's login page instead of the ABP.IO login page. After authentication with the IdP, the user should be redirected to our dashboard.

After authenticated with IDP user should be redirected dashboard in angular page .

  1. what changes required in angular side as well as api side which handle callback url and properly route in dashboard .
Showing 11 to 20 of 83 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13