Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new auth setting to enforce dpop #593

Open
strantalis opened this issue Apr 17, 2024 · 0 comments
Open

new auth setting to enforce dpop #593

strantalis opened this issue Apr 17, 2024 · 0 comments
Labels
comp:core Core component

Comments

@strantalis
Copy link
Member

strantalis commented Apr 17, 2024

We need a new platform auth setting to enforce dpop that will get exposed via what's currently known as our platform well-known endpoint. This will help drive our sdks on whether they should include dpop in the oauth flow.

{
    "configuration": {
        "health": {
            "endpoints": {
                "liveness": "/healthz?service=liveness",
                "readiness": "/healthz?service=readiness"
            }
        },
        "platform_issuer": "http://localhost:8888/auth/realms/opentdf"
        "dpop_enforced" : false
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:core Core component
Projects
None yet
Development

No branches or pull requests

1 participant