After importing metadata for an IdP, you might want to view the IdP endpoints.
About this task:To view endpoints for an IdP registered
in the oidc database, you must execute
the ImportOAuth command with the --show
or -s
option. Viewing the endpoints can be useful for managing endpoints, such as discovering if the IdP
has a registration endpoint URL.
For details about the ImportOAuth tool, go to ImportOAuth.
Steps
-
Open a command prompt.
-
Type the command to change to the Genero BDL installation openid-connect
directory:
-
Execute the script to set the environment.
-
Run the ImportOAuth command to show the endpoints.
fglrun ImportOAuth --show my-idp
Where in my-idp you specify the URL of the IdP. This is mandatory.
The ouput in the sample shows endpoints registered for the Genero Identity Provider.
List of parameters for IdP http://myserver/ws/r/services/GeneroIdentityProvider (OpenID) :
# Authorization end point URL : http://myserver/ws/r/services/GeneroIdentityProvider/auth/v1
# Token end point URL : http://myserver/ws/r/services/GeneroIdentityProvider/token/v1
# User profile end point URL : http://myserver/ws/r/admin/GeneroProfileService/userinfo/v1/me
# Public JWK keys URL : http://myserver/ws/r/services/GeneroIdentityProvider/certs/v1
# Logout end point URL : http://myserver/ws/r/services/GeneroIdentityProvider/account/logout
# Registration end point URL : http://myserver/ws/r/admin/GeneroRegistrationService/register/v1
# Additional parameter :