Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Mentioning how "Manual Mode" works #18

@davideravasi

Description

@davideravasi

Hello!
Me and my teams were debugging an issue and we ended up in reviewing this page: https://github.com/IdentityModel/Documentation/blob/main/docs/native/manual.rst

Is not mentioned what happens under the hood and, if you are not a very skilled developer already familiar with Oauth2/OIDC you can misunderstand and think that the comment > "// generate start URL, state, nonce, code challenge" means a generation done offline and done in your device (or any other fancy client).

Then, if you call the method "await client.PrepareLoginAsync();" without a proper internet connection in a try catch you see the error in the screenshot that basically explain what happens under the hood.
Screenshot 2022-07-08 at 11 20 00

Can we mention in the comment above the method that the discovery endpoint is called under the hood? It's very important because as I said, especially if you are not familiar you can misunderstand that these parameters are generated locally or on the backend side you don't know what is called and why maybe is not working.

Thank you in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions