{% extends "layout.html" %} {% block title %}{% trans %}Privacy Policy{% endtrans %}{% endblock %} {% block content %}

{% trans %}Privacy Policy{% endtrans %}

{% trans %}Overview{% endtrans %}

{% trans %} Auth Playground is a demonstration tool for OpenID Connect authentication. {% endtrans %}

{% trans %}What Data Is Handled{% endtrans %}

{% trans %}When you authenticate through Auth Playground, the following information is received from your identity provider:{% endtrans %}

{% trans %}The exact data received depends on the scopes requested and what your identity provider shares.{% endtrans %}

{% trans %}How Data Is Stored{% endtrans %}

{% trans %}All authentication data is stored server-side in memory.{% endtrans %}

{% trans %}Data Sharing{% endtrans %}

{% trans %}Auth Playground does not:{% endtrans %}

{% trans %}The only external communication is with your configured identity provider for authentication purposes.{% endtrans %}

{% trans %}Security Considerations{% endtrans %}

{% trans %}Your Rights{% endtrans %}

{% trans %}Identity Provider's Privacy Policy{% endtrans %}

{% trans %}Your identity provider may have its own privacy policy regarding the data they collect and share. Please review their privacy policy for information about how they handle your data.{% endtrans %}

{% endblock %}