Activities of "liangshiwei"

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

Hi,

okay, we will

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

Answer

Answer

HI,

i guess the HTTP request haven't finished yet

Hi,

i mean change the AuthServer logger level

Showing 441 to 450 of 5968 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11