Skip to content
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

Deployed app to Azure does not work when entering through My Apps #582

Open
anders-kiaer opened this issue Feb 22, 2022 · 1 comment
Open
Assignees
Labels
bug 🐛 Something isn't working next release 🚢 To be included in next release

Comments

@anders-kiaer
Copy link
Collaborator

anders-kiaer commented Feb 22, 2022

When going to https://myapps.microsoft.com/ you get a list of all your apps. Webviz deployed apps on Radix (using the deployment workflow) also appears here, however, when clicking on the app link you get the error message:

something went wrong...
You cannot access this application because it has been misconfigured. Contact your IT department and include the following information:
Undefined Sign-On URL for application "webviz-app-name"

If you however go directly to the application, https://webviz-app-name.app.radix.equinor.com/ it works as it should.

@anders-kiaer anders-kiaer added the bug 🐛 Something isn't working label Feb 22, 2022
@anders-kiaer
Copy link
Collaborator Author

https://myapps.microsoft.com/ is using a field in app registration manifest.json to populate where the user should be directed. Adding something like this

	"signInUrl": "https://webviz-app-name.app.radix.equinor.com/",

fixes the issue.

@anders-kiaer anders-kiaer added the next release 🚢 To be included in next release label Jun 7, 2022
@anders-kiaer anders-kiaer self-assigned this Jun 7, 2022
@anders-kiaer anders-kiaer moved this to Small improvement 🔧 / bug fix 🐛 in Webviz Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working next release 🚢 To be included in next release
Projects
Status: Small improvement 🔧 / bug fix 🐛
Development

No branches or pull requests

1 participant