# 2020-10-05 Authentication Panel
## Agenda
* Moving oidc-authentication draft forward..
* Issues
* https://github.com/solid/authentication-panel/issues/75
* https://github.com/solid/authentication-panel/issues/76
* https://github.com/solid/authentication-panel/issues/74
* https://github.com/solid/authentication-panel/issues/70
*
* [Next week agenda]()
## Present
* e Pavlik
* Sarven C
* Aaron C
* Justin B
## Minutes
- Aaron: What is the process and who will be pusing it forward. I think spec is in good spot but we don't have any implementations of it's current state.
- Sarven: For ~FWPD we don't need implementation, we will need it for ~CR, at least two implementations. We should address all issues related to the draft.. eg https://github.com/solid/authentication-panel/issues?q=is%3Aissue+is%3Aopen+label%3ASolid-OIDC
```json
https://app.example/webid#id
@prefix solid: .
<#id> solid:oidcRegistration """{
"client_id" : "https://app.example/webid#id",
"redirect_uris" : ["https://app.example/callback"],
"client_name" : "Solid Application Name",
"client_uri" : "https://app.example/",
"logo_uri" : "https://app.example/logo.png",
"tos_uri" : "https://app.example/tos.html",
"scope" : "openid profile offline_access",
"grant_types" : ["refresh_token","authorization_code"],
"response_types" : ["code"],
"default_max_age" : 60000,
"require_auth_time" : true
}""" .
```
## Actions