Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

Commit

Permalink
fix: add client definition
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Aug 20, 2021
1 parent fd9062b commit c4bc6c5
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions clients/shipment-tracker-prod-on-sloppy-io.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"is_token_endpoint_ip_header_trusted": false,
"name": "shipment-tracker-prod-on-sloppy-io",
"callbacks": ["https://shipment-tracker.sloppy.zone/"],
"is_first_party": true,
"oidc_conformant": true,
"sso_disabled": false,
"cross_origin_auth": false,
"allowed_clients": [],
"allowed_logout_urls": ["https://shipment-tracker.sloppy.zone/"],
"description": "Production instance of the Shipment Tracker running on Sloppy.io (ask Markus Tacker about it)",
"logo_uri": "https://avatars0.githubusercontent.com/u/59700741?s=200&v=4",
"refresh_token": {
"expiration_type": "expiring",
"leeway": 0,
"token_lifetime": 2592000,
"idle_token_lifetime": 1296000,
"infinite_token_lifetime": false,
"infinite_idle_token_lifetime": false,
"rotation_type": "rotating"
},
"jwt_configuration": {
"alg": "RS256",
"lifetime_in_seconds": 36000,
"secret_encoded": false
},
"client_aliases": [],
"token_endpoint_auth_method": "none",
"app_type": "spa",
"grant_types": ["authorization_code", "implicit", "refresh_token"],
"web_origins": ["https://shipment-tracker.sloppy.zone/"],
"custom_login_page_on": true
}

0 comments on commit c4bc6c5

Please sign in to comment.