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
Offline user invite is failing with a 500 server error. The following stack trace can be seen.
[2025-01-25 20:09:03,031] [8f551589-5beb-4447-b23c-c10552aecbca] ERROR {org.wso2.carbon.identity.api.dispatcher.core.DefaultExceptionMapper} - Server encountered an error while serving the request. java.lang.NullPointerException
at org.wso2.carbon.identity.application.authentication.framework.config.ConfigurationFacade.buildUrl(ConfigurationFacade.java:346)
at org.wso2.carbon.identity.application.authentication.framework.config.ConfigurationFacade.buildUrl(ConfigurationFacade.java:337)
at org.wso2.carbon.identity.application.authentication.framework.config.ConfigurationFacade.getAccountRecoveryEndpointPath(ConfigurationFacade.java:236)
at org.wso2.carbon.identity.user.onboard.core.service.password.ResetLinkGenerator.generateResetLink(ResetLinkGenerator.java:89)
at org.wso2.carbon.identity.user.onboard.core.service.UserOnboardCoreServiceImpl.generatePasswordResetLink(UserOnboardCoreServiceImpl.java:36)
at org.wso2.carbon.identity.api.user.onboard.v1.service.OfflineInviteLinkService.generatePasswordURL(OfflineInviteLinkService.java:73)
at org.wso2.carbon.identity.api.user.onboard.v1.impl.OfflineInviteLinkApiServiceImpl.generateLink(OfflineInviteLinkApiServiceImpl.java:51)
at org.wso2.carbon.identity.api.user.onboard.v1.OfflineInviteLinkApi.generateLink(OfflineInviteLinkApi.java:74)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Description
Offline user invite is failing with a 500 server error. The following stack trace can be seen.
Steps to Reproduce
Add a new user.
Invite user to set the password online.
https://localhost:9443/api/users/v1/offline-invite-link is failing with 500 server error.
Version
7.1.0
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: