Skip to content

Document the embedded sign-in form - #15

Merged
maricavor merged 1 commit into
mainfrom
add-embedded
Sep 9, 2026
Merged

maricavor merged 1 commit into
mainfrom
add-embedded

Conversation

@maricavor

Copy link
Copy Markdown
Contributor

Adds an "Embedded sign-in" section between Authentication and Identification: the widget runs the authentication in an iframe on the integrator's own page instead of redirecting, using the same service, credentials, scopes and ID token — only the start of the flow differs.

Covers when NOT to use it (public/PKCE clients cannot: creating a session needs the client secret), enabling it and allowlisting origins in eeID manager, the three API calls with parameters and samples, the widget element with its attributes and events, redeeming the single-use result token, return_url for the methods that must leave the frame, theming, the error table, rate limits and the test environment.

Two things integrators cannot guess are called out explicitly: the code never reaches the browser (their backend redeems a single-use token for it), and they must take the iframe down on eeid:success or a completed sign-in looks hung.

Links the PHP example at github.com/internetee/eeid_php_embedded_demo.

Adds an "Embedded sign-in" section between Authentication and Identification:
the widget runs the authentication in an iframe on the integrator's own page
instead of redirecting, using the same service, credentials, scopes and ID
token — only the start of the flow differs.

Covers when NOT to use it (public/PKCE clients cannot: creating a session needs
the client secret), enabling it and allowlisting origins in eeID manager, the
three API calls with parameters and samples, the widget element with its
attributes and events, redeeming the single-use result token, return_url for
the methods that must leave the frame, theming, the error table, rate limits
and the test environment.

Two things integrators cannot guess are called out explicitly: the code never
reaches the browser (their backend redeems a single-use token for it), and they
must take the iframe down on eeid:success or a completed sign-in looks hung.

Links the PHP example at github.com/internetee/eeid_php_embedded_demo.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GP9ZnyKyjjFfBmv3evRGV3
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown

Docs Preview

Preview deployed successfully.

Access it here: https://internetee.github.io/eeID-DOC/previews/pr-15/

@maricavor
maricavor merged commit 2a64511 into main Sep 9, 2026
7 checks passed
github-actions Bot added a commit that referenced this pull request Sep 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant