-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
idx.error.user.not.assigned.to.app property cannot be overriden #2690
Comments
Were you able to work around it? I'm trying to translate without success. |
No, we are still having this issue.
|
Thanks for submitting this issue. |
I gave it a try and idx.error.code.user_not_assigned doesn't work as well. Here is an interesting observation: the default values for However, the error message that we are seeing and trying to override is |
It means you are using classic engine. Error |
Got it. Thank you. |
@margish |
We are planning on upgrading to OIE. |
Describe the bug
We are trying to replace the default value for "idx.error.user.not.assigned.to.app" with a custom error instead of the default "User is not assigned to the client application." All other properties replacement are working fine inside the i18n.en{} block except for this one.
What is expected to happen?
Based on the documents, I should be able to see the replacement test in error field.
What is the actual behavior?
The default error text shows up.
Reproduction Steps
add I18n.en{} configs and add "idx.error.user.not.assigned.to.app" key with custom error text value.
When your application has the error "User is not assigned to the client application.", the original error text shows up instead of customized error text.
SDK Versions
okta/okta-auth-js: 6.5.1
okta/okta-react: 6.4.3
okta/okta-signin-widget: 6.3.2
Execution Environment
Google Chrome 104.0.5112.79, MacOS 12.5
Firefox 103.0.2, MacOS 12.5
Additional Information?
No response
The text was updated successfully, but these errors were encountered: