Thank you for your response. I'm working with Sofiane on OAuth2 implementation.
Actually we manage to generate tokens on the authorization server level. we found our tokens stored in OAuth2.Server.AccessToken.
Then when we try to autorize a client to use a resource from the resource server . we use the ##class(%SYS.OAuth2.AccessToken).IsAuthorized method . But it always return a 0 value even when we use an access token which existing in OAuth2.Server.AccessToken table
I checked the OAuth2.AccessToken but i found it empty.
Hello Martin,
Thank you for your response. I'm working with Sofiane on OAuth2 implementation.
Actually we manage to generate tokens on the authorization server level. we found our tokens stored in OAuth2.Server.AccessToken.
Then when we try to autorize a client to use a resource from the resource server . we use the ##class(%SYS.OAuth2.AccessToken).IsAuthorized method . But it always return a 0 value even when we use an access token which existing in OAuth2.Server.AccessToken table
I checked the OAuth2.AccessToken but i found it empty.
Any clue about this issue ?
Thank you in advance