RPR Identity Server 7
Official Docs | Source Code | JWT Debugger | OAuth 2.0 | OpenID Connect 1.0 | OpenID Connect Core 1.0 | OKTA
HttpContext.Request.IsHttps: True
HttpContext.Request.Host.Value: auth-int.narrpr.com
Loaded Identity Resources: openid,email,rpr_contact,rpr_current_user,rpr_permissions,rpr_roles,rpr_mobile_device (7)
Loaded API Resources: mobile_api,web_api,auth_api,main_api (4)
2. Creation of Basic Authorization Header for Client:
3. Creation of Bearer Authorization Header for Client:
4. Creation of OAuth 2.0 Authorization Header for Client:
5. Setting the content type for POST requests:
6. Request Client Credentials Access Token Endpoint Example: http://docs.identityserver.io/en/latest/endpoints/token.html
8. Request Resource Owner Password Access Token Endpoint Example: http://docs.identityserver.io/en/latest/endpoints/token.html
9. Request Implicit Access Token Endpoint Example: http://docs.identityserver.io/en/latest/endpoints/authorize.html
10. Request Authorize (w/o PKCE) Access Token Endpoint Example: http://docs.identityserver.io/en/latest/endpoints/authorize.html
11. Request Authorize (w/ PKCE) Access Token Endpoint Example: http://docs.identityserver.io/en/latest/endpoints/authorize.html
12. Request Authorize (w/o PKCE) Access Token Endpoint Example (Using Postman): http://docs.identityserver.io/en/latest/endpoints/authorize.html
14. Request Access Token for Mobile Client: http://docs.identityserver.io/en/latest/endpoints/token.html
15. Request a New Access Token via a Refresh Token for Mobile Client: http://docs.identityserver.io/en/latest/endpoints/token.html
16. Test Basic Authorization in Mobile API:
17. Test Bearer Authorization in Mobile API: