Replies: 3 comments 3 replies
-
Hello @AxelNennker @fernandopradocabrillo Any other opinion? |
Beta Was this translation helpful? Give feedback.
-
I'm checking internally how we handle this error |
Beta Was this translation helpful? Give feedback.
-
Checking with my collegues from the auth teams it seems that we don't filter scopes based on acr values. So, at least for now, we are using the error defined in the API. How do you handle in your implementations when the client requests scopes from multiple APIs in addition to the NV scopes? |
Beta Was this translation helpful? Give feedback.
-
The NumberVerification API defines an 403 | NUMBER_VERIFICATION.USER_NOT_AUTHENTICATED_BY_MOBILE_NETWORK error on the 'resource' endpoint.
In our scenario we validate in the authorize request if the request comes from a Mobile Network.
If not we return the NUMBER_VERIFICATION.USER_NOT_AUTHENTICATED_BY_MOBILE_NETWORK error on the authorize step. [Front-end flow]
If you want to obtain a token, to make a resource request. You need to have a valid authorization_code, this will only work if Client Authentication is used via Mobile Network.
So, can someone explain me, what the purpose is of this error at resource endpoint level?
Maybe if there might be a scenario where the Back-end flow has been used instead of the Front-end flow, that this error needs to be thrown?
Like this test scenario:
Beta Was this translation helpful? Give feedback.
All reactions