-
Hello, I configured it as shown below and the Azure setup has been done accordingly.
So it appears to fail with config # OAuth2 - https://docs.featurehub.io/featurehub/latest/identity.html#_oauth2
oauth2.redirectUrl: https://featurehub.domain.net/oauth/auth
oauth2.adminUiUrlSuccess: https://featurehub.domain.net/
oauth2.adminUiUrlFailure: https://featurehub.domain.net/oauth2-failure
oauth2.providers: oauth2-azure,oauth2-generic
oauth2.providers.azure.tenant: xyz
oauth2.providers.azure.id: xyz
oauth2.providers.azure.secret: xyz
oauth2.providers.generic.auth-url: https://riapp.dev.domain.net/authorize
oauth2.providers.generic.token-url: https://riapp.dev.domain.net/token
oauth2.providers.generic.id: FeatureHub
oauth2.providers.generic.secret: xyz
oauth2.providers.generic.scope: openid
oauth2.providers.generic.icon.url: https://riapp.dev.domain.net/authorize/login/favicon.ico
oauth2.providers.generic.icon.background-color: 0xFFF44336
oauth2.providers.generic.icon.text: Sign in via RIAPP-DEV Featurehub 1.5.8 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think I've found the problem, there was a glitch in the redirectUrl. |
Beta Was this translation helpful? Give feedback.
I think I've found the problem, there was a glitch in the redirectUrl.
However that error message is very strange in such case.