Hi All,
While testing the Google login I get the following error: Error 403: org_internal (This client is restricted to users within its organization, see image below).
This message is correct since our oAuth credentials are configured for this (internal app, see image below).
Our application should only be available to internal people. Therefore, the user type (internal) must remain the same. Is there any way to fix this?
Thanks!
Hello Bart,
Try to add "&prompt=select_account" to the authentication URL.
select_account
The authorization server prompts the user to select a user account. This allows a user who has multiple accounts at the authorization server to select amongst the multiple accounts that they may have current sessions for.
From this documentation
https://developers.google.com/identity/protocols/oauth2/openid-connect#prompt
Hi Sherif,
Thanks for your answer. I'll look into it as soon as possible, but for now I have other things to do first.
Do you have solutions for this?
Thanks
Hi Paulo,
Unfortunately I have not found a solution for this problem. Did you try this forge component? It could have the same problem, but I did not try it yet. When our focus will be on this again, I will be trying the component I shared with you first, since this is a supported component.
Best,
Bart
Sorry, I now see that the component I mentioned is exactly the same as this one. When I first tried this component it was not a supported component. Unfortunately I do not have a solution.