Authentication
Hosted registration, sign-in, account verification, recovery, and secure sessions.
Bring authentication, single sign-on, and standards-based identity into your applications without rebuilding the security boundary for every product.
Available as a managed cloud service or a commercially licensed deployment inside your infrastructure.
SilverID centralizes the parts of identity that applications should share while leaving product authorization and business data with each application.
Hosted registration, sign-in, account verification, recovery, and secure sessions.
Authorization Code, PKCE, discovery metadata, signed ID tokens, and published keys.
One SilverID session across approved applications connected to the same identity service.
Register public or confidential clients with exact callback and logout URLs.
Support personal and organization identity contexts without taking over product permissions.
Review recorded authentication events and operational identity relationships.
MFA is on the product direction; it is not yet presented as an available capability.
Test callbacks, tokens, claims, session behavior, and logout in an isolated Sandbox.
Run your identity service without operating the platform yourself. SilverID Cloud is managed by SilverID and currently available by invitation only.
Run SilverID inside infrastructure you control under a commercial license shaped around your deployment and support requirements.
Use OAuth 2.0 and OpenID Connect discovery instead of custom authentication protocols. Java and Spring integration is the initial documented path; additional SDKs are not implied.
spring:
security:
oauth2:
client:
provider:
silverid:
issuer-uri: https://dev.silverid.in
SilverID keeps credentials and identity protocol handling inside the identity service, validates exact redirect URIs, isolates Sandbox and Production configuration, and records relevant activity.
Tell us whether you are evaluating the managed cloud service or a commercially licensed self-hosted deployment.