You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							10 lines
						
					
					
						
							363 B
						
					
					
				
			
		
		
	
	
							10 lines
						
					
					
						
							363 B
						
					
					
				| {
 | |
|     "issuer": "{{AppUrl | JSEscape | Safe}}",
 | |
|     "authorization_endpoint": "{{AppUrl | JSEscape | Safe}}login/oauth/authorize",
 | |
|     "token_endpoint": "{{AppUrl | JSEscape | Safe}}login/oauth/access_token",
 | |
|     "userinfo_endpoint": "{{AppUrl | JSEscape | Safe}}login/oauth/userinfo",
 | |
|     "response_types_supported": [
 | |
|         "code",
 | |
|         "id_token"
 | |
|     ]
 | |
| }
 | |
| 
 |