Giter Site home page Giter Site logo

identityserver's Introduction

curl --cacert ${env:userprofile}\.aspnet\https\ca.crt --ssl-no-revoke --url https://identityserver:46274/.well-known/openid-configuration
{
  "issuer": "https://identityserver:46274",
  "authorization_endpoint": "https://identityserver:46274/connect/authorize",
  "token_endpoint": "https://identityserver:46274/connect/token",
  "userinfo_endpoint": "https://identityserver:46274/connect/userinfo",
  "end_session_endpoint": "https://identityserver:46274/connect/endsession",
  "check_session_iframe": "https://identityserver:46274/connect/checksession",
  "revocation_endpoint": "https://identityserver:46274/connect/revocation",
  "introspection_endpoint": "https://identityserver:46274/connect/introspect",
  "device_authorization_endpoint": "https://identityserver:46274/connect/deviceauthorization",
  "frontchannel_logout_supported": true,
  "frontchannel_logout_session_supported": true,
  "backchannel_logout_supported": true,
  "backchannel_logout_session_supported": true,
  "scopes_supported": [ "api1", "offline_access" ],
  "claims_supported": [],
  "grant_types_supported": [ "authorization_code", "client_credentials", "refresh_token", "implicit", "urn:ietf:params:oauth:grant-type:device_code" ],
  "response_types_supported": [ "code", "token", "id_token", "id_token token", "code id_token", "code token", "code id_token token" ],
  "response_modes_supported": [ "form_post", "query", "fragment" ],
  "token_endpoint_auth_methods_supported": [ "client_secret_basic", "client_secret_post" ],
  "subject_types_supported": [ "public" ],
  "code_challenge_methods_supported": [ "plain", "S256" ],
  "request_parameter_supported": true
}

identityserver's People

Contributors

mykquayce avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.