Open Closed

ABP.io Identity Server swagger definition #468


User avatar
0
vishalnikam created

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

  • ABP Framework version: v3.0.4
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:

We have to add indentity server endpoints in AWS api gatway and need swagger defination for the same.

Could you please suggest, how we can get that in identity server in ABP.io as it is not there.


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Enable swagger to get the api info of the controller(application service). Identity server does not seem to have any info in swagger.

    Can you provide more details?

  • User Avatar
    0
    vishalnikam created

    We are looking for swagger definition of identity server API . Examples are given below. Can we generate swagger definition in ABP.io Identity Server Seperated approch ?

    http://MyidentityServer/.well-known/openid-configuration "issuer":"http://MyidentityServer", "jwks_uri":"http://MyidentityServer/.well-known/openid-configuration/jwks", "authorization_endpoint":"http://MyidentityServer/connect/authorize", "token_endpoint":"http://MyidentityServer/connect/token", "userinfo_endpoint":"http://MyidentityServer/connect/userinfo", "end_session_endpoint":"http://MyidentityServer/connect/endsession", "check_session_iframe":"http://MyidentityServer/connect/checksession", "revocation_endpoint":"http://MyidentityServer/connect/revocation", "introspection_endpoint":"http://MyidentityServer/connect/introspect", "device_authorization_endpoint":"http://MyidentityServer/connect/deviceauthorization",

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi @vishalnikam As far as I know it is not possible to get swagger info for these endpoints.

    Maybe you can get help from identity server, This has nothing to do with abp io.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11