Activities of "liangshiwei"

First move OIDCController from HttpApi.Host to Authserver

then remove CallbackPath from appsettings and the AddOpenIdConnect method.

remove Authorize from OIDCController

Use api/oidc/login method instead of authorize.

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

it work as expected

should be signin-oidc not sigin-oidc

Hi

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

Could you please arrange a meeting at your earliest convenience? Your assistance in this matter would be greatly appreciated

I don't think a meeting will help.

please configure the /signin-oidc callback path in the auth0, i will check it then

still get wrong

Please update the redirect_uri, i will check it.

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.

You should keep /sigin-oidc path, and then OIDC Handler will continue to handle callbacks

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 .

This Controller is used to initial the oidc flow

Answer

Hi

ABP supports any theme, But you need to do some extra work.

This is a third-party theme. https://github.com/realLiangshiwei/Lsw.Abp.AntDesignUI

https://github.com/abpframework/abp/pull/20727

Showing 111 to 120 of 5643 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30