Open Closed

Vijay / rxadvance.com problems #1337


User avatar
0
alper created
Support Team Director

Vijay / rxadvance.com asks:

  1. Unable to disable the local login

  2. Email confirmation email not coming.

  3. Email verification code not coming

  4. Verification Code – options not asking weather email/phone type?

  5. Also, I can’t able find the method to custom claims mapping while inserting the user For example, from Azure we need to insert Name, Surname. I am not able set the claims from Azure to User Table. This very critical we are moving to production very soon.

  6. some of delete function not working.

  7. I do notice that we don’t have any backend tables for permission/localization master data. So how we can manage the permission for remote/client applications which out of side Identity Manager. Our flow

    1. IdentityServer (to single sign-on )
    2. IdenityManager (ALL ABP in build UI)
    3. Client apps (business/client1) - how we can send given applications permission on #2 (Identity Manager)
    4. Client apps (business/client2) -how we can send given applications permission on #2 (Identity Manager)
    5. Client apps (business/client3) -how we can send given applications permission on #2 (Identity Manager)
  8. This is issue for us critical as of now. We have tried uncheck the client application level, that is not also working. Please help us ASAP. On top of all setting options not saving from UI. If changed from DB it is not showing until I re-cycle the application pool.

    Our goal – not enable the self registration and local login for few clients.. however, we need enable self-registration for external clients/apps. It is separated application were read from appsetting or in memory (stratup page). But I did not see any options.


6 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Unable to disable the local login

    Email confirmation email not coming. Email verification code not coming

    Check your xxxDomainModule. It will use NullEmailSender in DEBUG mode.

    #if DEBUG
        context.Services.Replace(ServiceDescriptor.Singleton<IEmailSender, NullEmailSender>());
    #endif
    

    Verification Code – options not asking weather email/phone type?

    The SMS verification code may be only numbers. The email verification code may be a URL.

    Also, I can’t able find the method to custom claims mapping while inserting the user For example, from Azure we need to insert Name, Surname. I am not able set the claims from Azure to User Table. This very critical we are moving to production very soon.

    Can you share the code that configure Azure authentication?

    some of delete function not working.

    Please explain it in details.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    I do notice that we don’t have any backend tables for permission/localization master data. So how we can manage the permission for remote/client applications which out of side Identity Manager.

    Please use code to manage the permission. Because the application may use the cache, manually change the data will not refresh the cache.

    This is issue for us critical as of now. We have tried uncheck the client application level, that is not also working. Please help us ASAP. On top of all setting options not saving from UI. If changed from DB it is not showing until I re-cycle the application pool.

    This may be because the cache is not refreshed, refer to the previous answer and change the settings through the code.

  • User Avatar
    0
    vijay.nallala created

    i think lot commuinication gap here i see - i am facing differnt issues what you are send the links. any phone/email via send to me?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi vijay.nallala

    We can discuss here. Please reply if you have any questions.

  • User Avatar
    0
    alper created
    Support Team Director

    I saw that you report issues with missing info. @vijay can you pls explain your issue in details with logs, screenshots, reproduce steps, sample code etc...

  • User Avatar
    0
    ServiceBot created
    Support Team Automatic process manager

    This question has been automatically marked as stale because it has not had recent activity.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11