#Dynamic registration properties # The validity of registration before a new one is required. -> Registrierung soll dauerhaft gespeichert werden. idp.oidc.dynreg.defaultRegistrationValidity = PT0S # The default scopes accepted in dynamic registration idp.oidc.dynreg.defaultScope = openid profile email # The default subject type if not set by client in request. Maybe set to pairwise or public. idp.oidc.dynreg.defaultSubjectType = pairwise # Where to store the dynamically registered client information -> Datenbank idp.oidc.dynreg.StorageService = JDBCStorageService