You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
After nacos 2.2.2, closing login page when auth.enabled=false, some users hope console ui login auth split with server auth like #10739 and so on.
And some users want to close default console and lead to custom console ui like #10250.
So I think community can add feature to close default console and add some guide or link, make users can transfer to custom console. So that they can do auth or other features in custom console ui.
Describe the solution you'd like
Like the close login page, return status switch by console/state api and add new api to get the guide information.
And the default console implement feature redirect to guide page when state is close_console. The guide page show information from new api.
Additional context
Add close default console switch in console/state api.
add new api to get the guide information.
default console can redirect to guide and get guide information from new api.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
After nacos 2.2.2, closing login page when
auth.enabled=false
, some users hope console ui login auth split with server auth like #10739 and so on.And some users want to close default console and lead to custom console ui like #10250.
So I think community can add feature to close default console and add some guide or link, make users can transfer to custom console. So that they can do auth or other features in custom console ui.
Describe the solution you'd like
Like the close login page, return status switch by
console/state
api and add new api to get the guide information.And the default console implement feature redirect to guide page when
state
isclose_console
. The guide page show information from new api.Additional context
console/state
api.The text was updated successfully, but these errors were encountered: