0 | ProviderConfigurationResponse | {
"authorization_endpoint": "https://testop.funet.fi/idp/profile/oidc/authorize",
"claims_parameter_supported": true,
"claims_supported": [
"aud",
"iss",
"sub",
"iat",
"exp",
"acr",
"auth_time",
"email",
"email_verified",
"address",
"phone",
"phone_number_verified",
"name",
"family_name",
"given_name",
"middle_name",
"nickname",
"preferred_username",
"profile",
"picture",
"website",
"gender",
"birthdate",
"zoneinfo",
"locale",
"updated_at"
],
"display_values_supported": [
"page"
],
"grant_types_supported": [
"authorization_code",
"implicit",
"refresh_token"
],
"id_token_encryption_alg_values_supported": [
"RSA1_5",
"RSA-OAEP",
"RSA-OAEP-256",
"A128KW",
"A192KW",
"A256KW"
],
"id_token_encryption_enc_values_supported": [
"A128CBC-HS256",
"A192CBC-HS384",
"A256CBC-HS512",
"A128GCM",
"A192GCM",
"A256GCM"
],
"id_token_signing_alg_values_supported": [
"RS256",
"RS384",
"RS512",
"HS256",
"HS384",
"HS512",
"ES256"
],
"issuer": "https://testop.funet.fi",
"jwks_uri": "https://testop.funet.fi/idp/profile/oidc/keyset",
"registration_endpoint": "https://testop.funet.fi/idp/profile/oidc/register",
"request_object_encryption_alg_values_supported": [
"RSA1_5",
"RSA-OAEP",
"RSA-OAEP-256",
"A128KW",
"A192KW",
"A256KW"
],
"request_object_encryption_enc_values_supported": [
"A128CBC-HS256",
"A192CBC-HS384",
"A256CBC-HS512",
"A128GCM",
"A192GCM",
"A256GCM"
],
"request_object_signing_alg_values_supported": [
"none",
"RS256",
"RS384",
"RS512",
"HS256",
"HS384",
"HS512",
"ES256",
"ES384",
"ES512"
],
"request_parameter_supported": true,
"request_uri_parameter_supported": true,
"require_request_uri_registration": false,
"response_modes_supported": [
"query",
"fragment",
"form_post"
],
"response_types_supported": [
"code",
"id_token",
"token id_token",
"code id_token",
"code token",
"code token id_token"
],
"scopes_supported": [
"openid",
"profile",
"email",
"address",
"phone",
"offline_access"
],
"subject_types_supported": [
"public",
"pairwise"
],
"token_endpoint": "https://testop.funet.fi/idp/profile/oidc/token",
"token_endpoint_auth_methods_supported": [
"client_secret_basic",
"client_secret_post",
"client_secret_jwt",
"private_key_jwt"
],
"userinfo_encryption_alg_values_supported": [
"RSA1_5",
"RSA-OAEP",
"RSA-OAEP-256",
"A128KW",
"A192KW",
"A256KW"
],
"userinfo_encryption_enc_values_supported": [
"A128CBC-HS256",
"A192CBC-HS384",
"A256CBC-HS512",
"A128GCM",
"A192GCM",
"A256GCM"
],
"userinfo_endpoint": "https://testop.funet.fi/idp/profile/oidc/userinfo",
"userinfo_signing_alg_values_supported": [
"RS256",
"RS384",
"RS512",
"HS256",
"HS384",
"HS512",
"ES256"
],
"version": "3.0"
}
|
7 | OpenIDSchema | {
"address": {
"country": "US",
"locality": "Los Angeles",
"postal_code": "90210",
"region": "CA",
"street_address": "234 Hollywood Blvd."
},
"birthdate": "1962",
"email": "teppo@example.org",
"email_verified": false,
"family_name": "Testaaja",
"gender": "male",
"given_name": "Teppo Matias",
"locale": "en-US",
"middle_name": "Matias",
"name": "Mr.Teppo Matias Testaaja",
"nickname": "TT",
"phone_number": "+1 (604) 555-1234;ext=5678",
"phone_number_verified": true,
"picture": "https://pixabay.com/fi/pentu-kissa-kukka-potin-tabby-pentu-2766820/",
"preferred_username": "ttester",
"profile": "https://fi.wikipedia.org/wiki/Tom_Cruise",
"sub": "VUG4777YP3NMU5KRFESX6SKRAPXLE4MI",
"updated_at": 1509450347,
"website": "https://www.facebook.com/officialtomcruise/",
"zoneinfo": "America/Los_Angeles"
}
|
7 | OpenIDSchema | {
"address": {
"country": "US",
"locality": "Los Angeles",
"postal_code": "90210",
"region": "CA",
"street_address": "234 Hollywood Blvd."
},
"birthdate": "1962",
"email": "teppo@example.org",
"email_verified": false,
"family_name": "Testaaja",
"gender": "male",
"given_name": "Teppo Matias",
"locale": "en-US",
"middle_name": "Matias",
"name": "Mr.Teppo Matias Testaaja",
"nickname": "TT",
"phone_number": "+1 (604) 555-1234;ext=5678",
"phone_number_verified": true,
"picture": "https://pixabay.com/fi/pentu-kissa-kukka-potin-tabby-pentu-2766820/",
"preferred_username": "ttester",
"profile": "https://fi.wikipedia.org/wiki/Tom_Cruise",
"sub": "VUG4777YP3NMU5KRFESX6SKRAPXLE4MI",
"updated_at": 1509450347,
"website": "https://www.facebook.com/officialtomcruise/",
"zoneinfo": "America/Los_Angeles"
}
|