Table of Contents
10n Payments Auth is an Identity Provider service that conforms with OAuth 2 (rfc6749) protocol standards.
It supports below OAuth2 flows;
● Authorization Code Grant
● Resource Owner Password Credentials Grant
● Client Credentials Grant
● Client Credentials Grant with Mutual TLS (MTLS)
The Auth service also provides REST APIs for managing the Identity Resources, those API can be found on its Swagger documentation.
Resources #
You can find sample applications that show how to retrieve an access token and validate it with both .net core and java here.