hoermi

curl.oxauth

Jun 17th, 2022
880
0
Never
13
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.79 KB | None | 0 0
  1. {
  2. "request_parameter_supported" : true,
  3. "token_revocation_endpoint" : "https://gluub18.fritz.box/oxauth/restv1/revoke",
  4. "introspection_endpoint" : "https://gluub18.fritz.box/oxauth/restv1/introspection",
  5. "claims_parameter_supported" : false,
  6. "issuer" : "https://gluub18.fritz.box",
  7. "userinfo_encryption_enc_values_supported" : [ "RSA1_5", "RSA-OAEP", "A128KW", "A256KW" ],
  8. "id_token_encryption_enc_values_supported" : [ "A128CBC+HS256", "A256CBC+HS512", "A128GCM", "A256GCM" ],
  9. "authorization_endpoint" : "https://gluub18.fritz.box/oxauth/restv1/authorize",
  10. "service_documentation" : "http://gluu.org/docs",
  11. "id_generation_endpoint" : "https://gluub18.fritz.box/oxauth/restv1/id",
  12. "claims_supported" : [ "street_address", "country", "zoneinfo", "birthdate", "role", "gender", "formatted", "user_name", "phone_mobile_number", "preferred_username", "locale", "inum", "updated_at", "nickname", "email", "website", "email_verified", "profile", "locality", "phone_number_verified", "given_name", "middle_name", "picture", "name", "phone_number", "postal_code", "region", "family_name" ],
  13. "scope_to_claims_mapping" : [ {
  14. "profile" : [ "name", "family_name", "given_name", "middle_name", "nickname", "preferred_username", "profile", "picture", "website", "gender", "birthdate", "zoneinfo", "locale", "updated_at" ]
  15. }, {
  16. "openid" : [ ]
  17. }, {
  18. "permission" : [ "role" ]
  19. }, {
  20. "super_gluu_ro_session" : [ ]
  21. }, {
  22. "https://gluub18.fritz.box/oxauth/restv1/uma/scopes/passport_access" : [ ]
  23. }, {
  24. "phone" : [ "phone_number_verified", "phone_number" ]
  25. }, {
  26. "revoke_session" : [ ]
  27. }, {
  28. "address" : [ "formatted", "postal_code", "street_address", "locality", "country", "region" ]
  29. }, {
  30. "clientinfo" : [ "name", "inum" ]
  31. }, {
  32. "mobile_phone" : [ "phone_mobile_number" ]
  33. }, {
  34. "email" : [ "email_verified", "email" ]
  35. }, {
  36. "user_name" : [ "user_name" ]
  37. }, {
  38. "oxtrust-api-write" : [ ]
  39. }, {
  40. "oxd" : [ ]
  41. }, {
  42. "uma_protection" : [ ]
  43. }, {
  44. "oxtrust-api-read" : [ ]
  45. }, {
  46. "offline_access" : [ ]
  47. } ],
  48. "op_policy_uri" : "http://ox.gluu.org/doku.php?id=oxauth:policy",
  49. "token_endpoint_auth_methods_supported" : [ "client_secret_basic", "client_secret_post", "client_secret_jwt", "private_key_jwt", "tls_client_auth", "self_signed_tls_client_auth" ],
  50. "tls_client_certificate_bound_access_tokens" : true,
  51. "response_modes_supported" : [ "form_post", "query", "fragment" ],
  52. "backchannel_logout_session_supported" : true,
  53. "token_endpoint" : "https://gluub18.fritz.box/oxauth/restv1/token",
  54. "response_types_supported" : [ "token id_token code", "token", "id_token code", "token id_token", "token code", "id_token", "code" ],
  55. "request_uri_parameter_supported" : true,
  56. "backchannel_user_code_parameter_supported" : false,
  57. "grant_types_supported" : [ "urn:ietf:params:oauth:grant-type:uma-ticket", "implicit", "authorization_code", "urn:ietf:params:oauth:grant-type:device_code", "refresh_token", "password", "client_credentials" ],
  58. "ui_locales_supported" : [ "en", "bg", "de", "es", "fr", "it", "ru", "tr" ],
  59. "userinfo_endpoint" : "https://gluub18.fritz.box/oxauth/restv1/userinfo",
  60. "op_tos_uri" : "http://ox.gluu.org/doku.php?id=oxauth:tos",
  61. "auth_level_mapping" : {
  62. "-1" : [ "simple_password_auth" ],
  63. "60" : [ "passport_saml" ],
  64. "40" : [ "passport_social" ]
  65. },
  66. "require_request_uri_registration" : false,
  67. "id_token_encryption_alg_values_supported" : [ "RSA1_5", "RSA-OAEP", "A128KW", "A256KW" ],
  68. "frontchannel_logout_session_supported" : true,
  69. "claims_locales_supported" : [ "en" ],
  70. "clientinfo_endpoint" : "https://gluub18.fritz.box/oxauth/restv1/clientinfo",
  71. "request_object_signing_alg_values_supported" : [ "none", "HS256", "HS384", "HS512", "RS256", "RS384", "RS512", "ES256", "ES384", "ES512" ],
  72. "request_object_encryption_alg_values_supported" : [ "RSA1_5", "RSA-OAEP", "A128KW", "A256KW" ],
  73. "session_revocation_endpoint" : "https://gluub18.fritz.box/oxauth/restv1/revoke_session",
  74. "check_session_iframe" : "https://gluub18.fritz.box/oxauth/opiframe.htm",
  75. "scopes_supported" : [ "https://gluub18.fritz.box/oxauth/restv1/uma/scopes/passport_access", "address", "openid", "clientinfo", "user_name", "profile", "uma_protection", "permission", "revoke_session", "oxtrust-api-write", "oxtrust-api-read", "phone", "mobile_phone", "offline_access", "oxd", "super_gluu_ro_session", "email" ],
  76. "backchannel_logout_supported" : true,
  77. "acr_values_supported" : [ "simple_password_auth", "passport_saml", "passport_social" ],
  78. "request_object_encryption_enc_values_supported" : [ "A128CBC+HS256", "A256CBC+HS512", "A128GCM", "A256GCM" ],
  79. "device_authorization_endpoint" : "https://gluub18.fritz.box/oxauth/restv1/device_authorization",
  80. "display_values_supported" : [ "page", "popup" ],
  81. "userinfo_signing_alg_values_supported" : [ "HS256", "HS384", "HS512", "RS256", "RS384", "RS512", "ES256", "ES384", "ES512" ],
  82. "claim_types_supported" : [ "normal" ],
  83. "userinfo_encryption_alg_values_supported" : [ "RSA1_5", "RSA-OAEP", "A128KW", "A256KW" ],
  84. "end_session_endpoint" : "https://gluub18.fritz.box/oxauth/restv1/end_session",
  85. "revocation_endpoint" : "https://gluub18.fritz.box/oxauth/restv1/revoke",
  86. "backchannel_authentication_endpoint" : "https://gluub18.fritz.box/oxauth/restv1/bc-authorize",
  87. "token_endpoint_auth_signing_alg_values_supported" : [ "HS256", "HS384", "HS512", "RS256", "RS384", "RS512", "ES256", "ES384", "ES512" ],
  88. "frontchannel_logout_supported" : true,
  89. "jwks_uri" : "https://gluub18.fritz.box/oxauth/restv1/jwks",
  90. "subject_types_supported" : [ "public", "pairwise" ],
  91. "id_token_signing_alg_values_supported" : [ "none", "HS256", "HS384", "HS512", "RS256", "RS384", "RS512", "ES256", "ES384", "ES512" ],
  92. "registration_endpoint" : "https://gluub18.fritz.box/oxauth/restv1/register",
  93. "id_token_token_binding_cnf_values_supported" : [ "tbh" ]
  94. }
  95.  
Advertisement
Comments
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
Add Comment
Please, Sign In to add comment