feat: add DIAL_NATIVE auth type and per-provider offline client config - #1818
Merged
Merged
Conversation
DmytroZaichenkoDev
requested review from
Oleksii-Klimov and
astsiapanay
as code owners
August 11, 2026 10:43
DmytroZaichenkoDev
force-pushed
the
feat/dial-native-auth-type
branch
from
August 11, 2026 10:50
c704cf4 to
1b3d2ef
Compare
This comment has been minimized.
This comment has been minimized.
astsiapanay
reviewed
Aug 11, 2026
astsiapanay
approved these changes
Aug 11, 2026
Introduces the DIAL_NATIVE authentication type for external services that target DIAL itself: the declaration carries no credential material, so its validator rejects every OAuth and API-key field, and its records neither expire nor refresh. Each identity provider may now configure an offlineClient — the OAuth client core will use to obtain a user's platform-wide offline credentials. The type is declarable but inert: generic sign-in and sign-out refuse DIAL_NATIVE services, and the endpoints that make it functional come in follow-up changes. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
DmytroZaichenkoDev
force-pushed
the
feat/dial-native-auth-type
branch
from
August 12, 2026 12:18
1b3d2ef to
883ede2
Compare
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part 1/4 of the offline-delegation split (replaces #1815).
Introduces the
DIAL_NATIVEauthentication type for external services that target DIAL itself: the declaration carries no credential material (its validator rejects every OAuth/API-key field, records never expire or refresh), and each identity provider may configure anofflineClientused later to obtain a user's offline credentials. The type is declarable but inert — generic sign-in/sign-out refuse it; the endpoints that make it functional come in the follow-up PRs.🤖 Generated with Claude Code