
nhmer (nhmer) asked a question.
We are planning to use custom end point authorization server for application access to generate the ID token. When i access the token API via postman, i am able to generate the ID token and i can see that issuer is default issuer. Likewise, how do i pass custom auth server issuer details in my request via postman so that i can generate my token specific to custom auth server? I have tried to pass in "Params" as well as in "header" but no luck. No error but it returns the id token with default issuer only.

what is the URL you are forming in the Postman ? It should be given in the URL not as the param or Headers.